安装anaconda

清华大学开源软件镜像站:Index of /anaconda/archive/ | 清华大学开源软件镜像站 | Tsinghua Open Source Mirror

安装步骤:

修改jupyter文件存储路径

第一步:首先查找当前路径,打开Anaconda prompt ,输入:

1
jupyter notebook --generate-config

第二步:找到 C:\Users\Administrator.jupyter下的 C:\Users\chen_.jupyter\jupyter_notebook_config.py

第三步:找到 C:\Users\Administrator.jupyter下的 # c.NotebookApp.notebook_dir = ‘’,修改为以下路径:

安装插件

窗口分面:Scratchpad
Markdown文本高亮:Highlighter
Cell标记、锁定:Runtools
代码折叠:Code folding
example、document快速获取:Snippets menu
PEP8 代码优化:Code prettify
代码补全:Hinterland
显示行号:Toggle all line numbers
添加目录:Table of Contents (2)
按标题折叠:Collapsible headings
文件过滤:Tree Filter
代码字号收缩:Code Font Size
字符选中高亮:Highlight selected word
快捷键编辑:Keyboard shortcut editor
编辑模式切换:Select CodeMirror Keymap
变量收集浮窗:Variable Inspector

1
2
3
pip install jupyter_contrib_nbextensions -i https://pypi.tuna.tsinghua.edu.cn/simple
jupyter contrib nbextension install --user
pip install jupyter_nbextensions_configurator -i