jupyter notebook

生成配置文件
jupyter notebook --generate-config

安装代码补齐
conda install -c conda-forge jupyter_contrib_nbextensions
jupyter contrib nbextension install --user

conda install -c conda-forge jupyter_nbextensions_configurator
jupyter nbextensions_configurator enable --user

原文地址:https://www.cnblogs.com/timlong/p/11848307.html