需要安装: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进行高亮和代码自动补全

相关文章:

  • 2021-12-30
  • 2022-01-21
  • 2021-10-02
  • 2022-01-13
  • 2021-05-12
猜你喜欢
  • 2021-10-06
  • 2021-10-20
  • 2021-06-02
  • 2021-04-26
  • 2021-11-11
  • 2021-11-18
相关资源
相似解决方案