jupyter notebook进行高亮和代码自动补全

需要安装:nbextensions
1、打开Anaconda Prompt窗口,执行第一个命令,用于安装nbextensions
pip install jupyter_contrib_nbextensions
2、再执行第二个命令,用于安装 javascript and css files
jupyter contrib nbextension install --user
3、最后执行,用于安装configurator
pip install jupyter_nbextensions_configurator
重新启动jupyter notebook,就会有Nbextensions
jupyter notebook进行高亮和代码自动补全
然后可以定制你的定制jupyter notebook
jupyter notebook进行高亮和代码自动补全