I invoke "jupyter notebook" under:
[abigail@localhost anaconda3]$ jupyter notebook
By default, it saves to the directory of anaconda3/ with an extension of "ipynb" when I click "File" => "Save".
How to save it to a directory under anaconda3/, instead of the default location? There is not a "save as" command in notebook?
After the notebook is shutdown, you can click in the checkbox to left of the filename and select Move . You will be asked to provide the path to directory to which to move the file. To use the Jupyter Notebook dashboard menu to move Jupyter Notebook files (.
So let's get going and get this done. Go to the folder location C:\Users\YOUR_USERNAME\. jupyter and open the file named, jupyter_notebook_config.py in any text editor. Uncomment the key string by deleting the # sign and in single quotes type the location of your custom startup folder and save the changes.
To create a new directory using the Jupyter Notebook dashboard, you can click on the drop-down menu labeled New , and then select Folder . You can create new directories in the Jupyter dashboard by clicking on New and then selecting Folder from the drop-down menu. Note that new directories are created as Untitled.
You can save a notebook to a location of your choice by using the "File" -> "Download as" -> "Notebook (.ipynb)" option from the menu.
Alternatively you can start your notebook server from a different directory and it will save all notebooks to that directory.
A third option is to navigate to the directory you want the notebook to be saved to in the tree view "http://127.0.0.1:8888/tree" prior to creating the notebook.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With