赞
踩
参考:打开jupyter notebook 报错 404GET/static/components/marked/lib/marked.js?_SL1029_的博客-CSDN博客
1、安装指定版本的jupyter notebook
pip install jupyter notebook==6.4.8 -i https://pypi.tuna.tsinghua.edu.cn/simple
2、验证notebook版本安装正确
jupyter notebook --version
或
jupyter --version
3、参考【nbextensions模块安装失败解决】ERROR: Failed building wheel for jupyter-nbextensions-configurator_雪碧养乐多乌龙茶的博客-CSDN博客,安装0.5.1版本的jupyter_contrib_nbextensions
pip install jupyter_contrib_nbextensions -i https://pypi.tuna.tsinghua.edu.cn/simple
或下载后安装
pip install D:\folder\下载\jupyter_contrib_nbextensions-0.5.1-py2.py3-none-any.whl
4、激活jupyter_contrib_nbextensions
jupyter contrib nbextension install --user
5、安装指定版本的jupyter_nbextensions_configurator
pip install jupyter_nbextensions_configurator==0.5.0 -i https://pypi.tuna.tsinghua.edu.cn/simple
6、激活jupyter_nbextensions_configurator
jupyter nbextensions_configurator enable --user
7、打开jupyter notebook
jupyter notebook
8、验证成功
补充:一些常用的扩展
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。