Jupyter Notebook Directory.
How to change the default directory of jupyter notebook i.e. from c drive to any other drive?
1 answers ( 0 marked as helpful)
Hi Kamui!
Thanks for reaching out!
If you are a Windows user, you need to execute the following command in Anaconda Prompt:
jupyter notebook --notebook-dir=C:/Users/name/Folder1/...
If you are a Mac user you need to execute the following command in Terminal:
jupyter notebook --notebook-dir=/Users/name/Folder1/...
Please remember that running such a command successfully is expected to overwrite any previously existing path.
Hope this helps.
Best,
The 365 Team