如何在jupyter中添加代码补全功能
作者:互联网
我在jupyter notebook中输入代码时,觉得太过繁琐,然后就搜集了这个功能,我希望在写代码的时候有提示
这个链接非常有用https://blog.csdn.net/sunshine7858/article/details/110385651
但是我没有用到全部,所以我就直接简单整理了一下我的电脑适合的
第一步
就会出现这种黑色的页面,然后接着输入下载安装相应的模块
第二步
pip install jupyter_contrib_nbextensions
jupyter contrib nbextension install --user
pip install jupyter_nbextensions_configurator
jupyter nbextensions_configurator enable --user
第三步 重启
会出现新的选项Nbextensions并点击
勾选hinterland
4测试
成功了
标签:jupyter,补全,contrib,添加,install,pip,nbextensions,configurator 来源: https://blog.csdn.net/xx521tt/article/details/122598816