Anaconda安装TabNine自动补全插件
- 蒙面西红柿
- 2,188
第一步,下载jupyter-tabnine:
pip install jupyter-tabnine
第二部,安装jupyter-tabnine:
jupyter nbextension install --py jupyter_tabnine
第三步,启动jupyter-tabnine:
jupyter nbextension enable --py jupyter_tabnine
jupyter serverextension enable --py jupyter_tabnine
*在Notebook中打开TabNine设置:
TabNine::config
效果如下:
如果出现如下报错:
Error loading server extension jupyter_nbextensions_configurator Traceback…
尝试:
python -m pip install --user jupyter_contrib_nbextensions
文章评论