jupyter notebook 安装记录

conda install jupyter
conda install jupyter_nbextensions_configurator
conda install jupyter_contrib_nbextensions
jupyter contrib nbextension install --user
jupyter nbextensions_configurator enable --user


参考链接:
https://www.zhihu.com/question/46309360/answer/254638807
https://www.lefer.cn/posts/15473/

原文地址:https://www.cnblogs.com/qq812256/p/13272387.html