我是靠谱客的博主 热心流沙,这篇文章主要介绍jupyter notebook代码补全功能插件安装,现在分享给大家,希望可以做个参考。

1、打开Anaconda Prompt
2、激活所要安装插件的环境(对于我来说我的环境名叫pytorch)

复制代码
1
2
conda activate pytorch

3、输入

复制代码
1
2
3
4
pip install jupyter_contrib_nbextensions jupyter contrib nbextensions install --user pip install jupyter_nbextensions_configurator

4、重启notebook对图中这项打钩。
在这里插入图片描述
5、测试
在这里插入图片描述

如果想卸载

复制代码
1
2
3
4
在prompt终端执行卸载命令 pip uninstall jupyter_contrib_nbextensions pip uninstall jupyter_nbextensions_configurator

最后

以上就是热心流沙最近收集整理的关于jupyter notebook代码补全功能插件安装的全部内容,更多相关jupyter内容请搜索靠谱客的其他文章。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(86)

评论列表共有 0 条评论

立即
投稿
返回
顶部