3

I am trying to open python files located in my C. Drive, but cannot reach there, as I can only open files located in Desktop or other files.

Chintan
  • 59
  • 1
  • 2
  • 9

1 Answers1

11

If you want to launch Jupyter notebook quickly at a location navigate to that location and click on the address bar and type in cmd

Once windows cmd opens up type jupyter notebook .

But if you want to change your working directory permanently look into the following stack overflow question

Change IPython/Jupyter notebook working directory

Jishnu Ramesh
  • 617
  • 10
  • 17