0

I try to change Jupyter Notebook default folder. I used the official instruction that suggests I should change the shortcut: edit %USERPROFILE% to the full path of the new default folder, but I can't do this because field "Target" is limited. Also, I tried many different methods to solve the problem I've found here, but they don't work.
My OS is Windows 10.

  • I did it by creating a bat file with `@echo off; jupyter notebook --notebook-dir=C:\home\Library; pause` – Alexander Ivanov Mar 08 '19 at 10:10
  • this might help you: https://stackoverflow.com/questions/35254852/how-to-change-the-jupyter-start-up-folder see the answer with the most upvotes, not the accepted one, though. You can create a user config file and change the directory there – Gregor Mar 08 '19 at 11:21
  • Possible duplicate of [How to change the Jupyter start-up folder](https://stackoverflow.com/questions/35254852/how-to-change-the-jupyter-start-up-folder) – Gregor Mar 08 '19 at 11:23

0 Answers0