添加目录索引
pip install jupyter_contrib_nbextensions
jupyter contrib nbextension install --user --skip-running-check
打开 jupyter notebook 勾选: Tabs of Contents(2)
生成配置文件
jupyter notebook --generate-config
注:
- 需改某项请直接删除其前面的注释。
- 文件路径用两个反斜杠或者一个斜杠来划分。
修改默认目录
## The directory to use for notebooks and kernels.
c.NotebookApp.notebook_dir = '在这里填入目录地址'
修改快捷方式属性目标,删除最后面对 %USERPROFILE%
网友评论