Open Jupyter Notebook from a Drive Other than C Drive
You can launch it from any drive/location you want with the --notebook-dir
option.
For example:
jupyter notebook --notebook-dir=D:/
Follow these steps:
- Open Anaconda Prompt
- Insert this command,
jupyter notebook --notebook-dir=NameOfTheDrive:
.
As Example for Drive D, jupyter notebook --notebook-dir=D: