I'm not sure if this place would be the appropriate place to post this question, but I wanted to download a folder with multiple Jupyter notebook so that I can view in my local server?
Thank you!
I'm not sure if this place would be the appropriate place to post this question, but I wanted to download a folder with multiple Jupyter notebook so that I can view in my local server?
Thank you!
The notebooks are all stored as
.ipynb
files in the directory where the notebook server is running. You should just be able to zip or tarball that folder up and then transfer them over to your local machine. Then just start a new instance of jupyter notebook in the location where you've put the files.