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.
- Try opening the jupyter notebook in the folder you need it. You can not navigate backwards (I think it's a security issue).Lucas– Lucas2018-09-07 23:03:18 +00:00Commented Sep 7, 2018 at 23:03
- Alright. Thanks.contemplator– contemplator2018-09-07 23:04:46 +00:00Commented Sep 7, 2018 at 23:04
Add a comment |
1 Answer
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
1 Comment
keramat
And jupyterlab?