Changing Directory of Jupyter notebook

OS: Windows



If Anaconda is installed already, then the command jupyter should work in command prompt or Anaconda prompt

 Step 1: Open Command prompt (windows or Anaconda prompt)






Step 2: On Typing Jupyter --version that should display something like this. Version number gets differed based on your date of installation or customized install









Step 3: By default, the environment is set with C: directory. If you have your datasets or other dependent file in any other directory other than C. The below command should help 

jupyter notebook --notebook-dir D:/your_directory_name/







Kw:

how-to-navigate-to-a-different-directory-in-jupyter-notebook

how to point jupyter notebook to other directory

How to Launch Jupyter Notebook Quickly

How_to_start_jupyter_notebook_from_a_particular_folder_instead_of_default_root_folder

jupyter-notebook-default-location

No comments