安装
-
conda安装
打开Anaconda Prompt
,输入
conda install jupyter notebook |
-
navigator安装
打开Anaconda Navigator
,点击Jupyter
下的 Insatll
修改默认打开路径
-
生成配置文件
打开Anaconda Prompt
,输入jupyter notebook --generate-config
-
修改配置文件
根据显示的路径,打开配置文件
jupyter_notebook_config.py
,全文搜索notebook_dir
,找到后填入自己的工作路径并保存。(注意:工作路径不能出现中文,否则无法打开Jupyter Notebook
)
-
修改JupyterNotebook快捷方式的目标属性
右击JupyterNotebook
快捷方式,选择【属性】,删除【目标】属性中的【%USERPROFILE%】,点击【应用】–【确定】
优化
-
主题切换
# install jupyterthemes |
-
插件安装
打开Anaconda Prompt
输入
conda install -c conda-forge jupyter_contrib_nbextensions |
安装完点击extensions
,勾选相应的功能即可
Reference
[1] jupyter-contrib-nbextensions: https://pypi.org/project/jupyter-contrib-nbextensions/
[2] jupyter-themes: https://github.com/dunovank/jupyter-themes
[3] Installing Jupyter: https://jupyter.org/install