rstudio / rsconnect-jupyter

Publish Jupyter notebooks to RStudio Connect
GNU General Public License v2.0
25 stars 6 forks source link

Upload files from a parallel folder #330

Open A2P2 opened 2 years ago

A2P2 commented 2 years ago

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