This repository was archived by the owner on Nov 13, 2024. It is now read-only.

Description
When uploading a jupyter notebook to RStudio Connect one can choose to upload additional files form the current folder. Would it be possible to have a feature to upload files from a parallel folder?
e.g. deploy notebook.ipynb and upload script.py as an additional helper file.
project/
│
│── notebooks/
│ └── notebook.ipynb
│
└── src/
└── script.py
I'm using:
rsconnect-jupyter 1.4.5
rsconnect-python 1.6.0