我是靠谱客的博主 勤劳老鼠,最近开发中收集的这篇文章主要介绍jupyter notebook 代码自动补全、代码高亮一、安装依赖项二、设置 jupyter notebook,觉得挺不错的,现在分享给大家,希望可以做个参考。
概述
一、安装依赖项
在开始中打开:开始 > Anaconda Prompt
1. 安装 nbextensions
pip install jupyter_contrib_nbextensions -i https://pypi.mirrors.ustc.edu.cn/simple
jupyter contrib nbextension install --user
2. 安装 nbextensions_configurator
pip install jupyter_nbextensions_configurator
jupyter nbextensions_configurator enable --user
如果提示缺少依赖,就使用 pip 安装对应依赖即可。
二、设置 jupyter notebook
重启 jupyter notebook,在弹出的主页面里,能看到增加了一个 Nbextensions 标签页,在这个页面里,勾选 Hinterland 即启用了代码自动补全。
此时就有可以使用了。
勾选它可以实现选中代码高亮。
在这儿改高亮颜色。
最后
以上就是勤劳老鼠为你收集整理的jupyter notebook 代码自动补全、代码高亮一、安装依赖项二、设置 jupyter notebook的全部内容,希望文章能够帮你解决jupyter notebook 代码自动补全、代码高亮一、安装依赖项二、设置 jupyter notebook所遇到的程序开发问题。
如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。
本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
发表评论 取消回复