I run Windows10, use the latest Anaconda3 (2019) and have installed Jupyter Notebook through conda.
I used to run Jupyter Notebook by navigating to a folder where I save my Jupyter Notebooks named \jupyter_notebook_files and from that directory running the command jupyter notebook from cmd.
A few hours ago I deleted for space saving reasons a folder named ABC.
When now I try to run Jupyter Notebook I get the message:
[C 20:57:04.610 NotebookApp] Bad config encountered during initialization:
[C 20:57:04.611 NotebookApp] No such notebook dir: ''D:/ABC''
I dealed with this problem by typing:
C:\WINDOWS\system32>jupyter notebook --notebook-dir='D:\DIGITAL_LIBRARY\Jupyter_Notebook_Files'
Is there a way to make this folder default and not have to repeat each time the clause: -notebook-dir='D:\DIGITAL_LIBRARY\Jupyter_Notebook_Files' ?