How to export an entire Jupyter notebook?

2.1k views Asked by At

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!

1

There are 1 answers

0
mbecker On BEST ANSWER

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.