如何使jupyter显示行号并自动补全代码
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了如何使jupyter显示行号并自动补全代码相关的知识,希望对你有一定的参考价值。
在新版的jupyter notebook 里面,按L键可让当前cell显示行号,按shift + L 可以让全部cell显示行号。再按一次关闭显示。 参考技术A 菜单里有个view 点击之后,显示四个选项,点击第三个toggle line numbers(打开行号)jupyter notebook实现代码自动补全
第一步!启动需要补全的虚拟环境
conda activate pytorch
第二步!安装这玩意儿
pip install jupyter_contrib_nbextensions
第三步!
jupyter contrib nbextension install --user
第四步!安装这玩意儿
pip install jupyter_nbextensions_configurator
第五步!
jupyter nbextensions_configurator enable --user
接下来在输入jupyter notebook打开,菜单栏中出现了nbextensions,打开,然后勾选Hinterland就ok了哦
嘤嘤嘤
以上是关于如何使jupyter显示行号并自动补全代码的主要内容,如果未能解决你的问题,请参考以下文章