windows环境在安装完jupyter可以正常打开后
打开命令行输入如下命令
pip install jupyter_contrib_nbextensions
jupyter contrib nbextension install --user
pip install --user jupyter_nbextensions_configurator
jupyter contrib nbextension install --user --skip-running-check
相关文章
- 02-22Xcode没有代码提示,could not build module 'UIKit'的另类方法
- 02-22jupyter notebook 更换主题的方法
- 02-22Jupyter notebook添加Anaconda中的虚拟环境
- 02-22jupyter notebook 添加代码提示的方法
- 02-2274th Jupyter Notebook 插入图片的方法
- 02-22Xcode解决代码高亮、语法提示、错误警告等功能失效的解决方法
- 02-22在Android中添加横向方向和代码的最简单方法
- 02-22远程访问服务器Jupyter Notebook的两种方法
- 02-22Jupyter notebook添加内核的正确姿势
- 02-22在Jupyter Notebook添加代码自动补全功能