3.1.1. Change Jupyter Notebook startup folder (Windows)
- Copy the?Jupyter Notebook?launcher from the menu to the desktop.
- Right click on the new launcher and change the?Target field, change?%USERPROFILE%?to the full path of the folder which will contain all the notebooks.
- Double-click on the?Jupyter Notebook?desktop launcher (icon shows [IPy]) to start the?Jupyter Notebook App. The notebook interface will appear in a new browser window or tab. A secondary terminal window (used only for error logging and for shut down) will be also opened.
Windows 首先搜索到 JupyterNotebook 启动器,创建快捷键 比如 到桌面
然后右键打开属性
找target? 里面会是一个路径。最后会有一个 ‘’%userprofile%‘’ 的待填写 这时候把%%内 改成你要的路径就好了。
|