Mac上Jupyter notebook代码补全

版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/u010164190/article/details/84781077
1.安装jupyter扩展插件Nbextensions库
# python -m pip install jupyter_contrib_nbextensions
# jupyter contrib nbextension install --user --skip-running-check

2.打开jupyter notebook, 在网页中显示
   ---->Nbextensions
     ---->Hinterland //选中它
       ----> 重启jupyter即可代码补全

猜你喜欢

转载自blog.csdn.net/u010164190/article/details/84781077