如何在jupyter中添加代码补全功能

我在jupyter notebook中输入代码时,觉得太过繁琐,然后就搜集了这个功能,我希望在写代码的时候有提示
这个链接非常有用https://blog.csdn.net/sunshine7858/article/details/110385651
但是我没有用到全部,所以我就直接简单整理了一下我的电脑适合的
第一步
如何在jupyter中添加代码补全功能
如何在jupyter中添加代码补全功能
就会出现这种黑色的页面,然后接着输入下载安装相应的模块
第二步
pip install jupyter_contrib_nbextensions
如何在jupyter中添加代码补全功能
jupyter contrib nbextension install --user
如何在jupyter中添加代码补全功能

pip install jupyter_nbextensions_configurator

如何在jupyter中添加代码补全功能
jupyter nbextensions_configurator enable --user

如何在jupyter中添加代码补全功能
第三步 重启
会出现新的选项Nbextensions点击
如何在jupyter中添加代码补全功能
勾选hinterland
如何在jupyter中添加代码补全功能
4测试
成功了
如何在jupyter中添加代码补全功能

上一篇:*解决Jupyter Notebook无智能提示


下一篇:报错:ImportError: cannot import name ‘get_config‘ from ‘tensorflow.python.eager.context‘