jupyter 安装代码自动提示

pip install jupyter_contrib_nbextensions

jupyter contrib nbextension install  --user

pip install --user jupyter_nbextensions_configurator

jupyter nbextensions_configurator enable --user

安装完成后,重新打开 jupyter notebook

jupyter 安装代码自动提示_第1张图片

你可能感兴趣的:(#,编程语言)