一、安装jupyter
pip install -i https://pypi.tuna.tsinghua.edu.cn/simple jupyter
二、启动
jupyter notebook
觉得每次输入命令打开麻烦,可以新建一个bat快捷方式
三、安装扩展
pip install jupyter_contrib_nbextensions -i https://pypi.tuna.tsinghua.edu.cn/simple
pip install jupyter_nbextensions_configurator -i https://pypi.tuna.tsinghua.edu.cn/simple
#插件设置
jupyter contrib nbextension install --user
重启jupyter,在弹出的主页面里,能看到增加了一个Nbextensions标签页,在这个页面里,勾选 Hinterland 即启用了代码自动补全。