jupyter添加代码提示功能

1.切换anaconda中到相应环境下:

conda env list 查看当前的环境,*为当前环境

activate TF 切换到TF 环境;deactivate退出当前环境

有时候会报错说没安装PyHamcrest,解决:pip install PyHamcrest

运行以下命令:

pip install jupyter_contrib_nbextensions

jupyter contrib nbextension install --user

pip install jupyter_nbextensions_configurator

jupyter nbextensions_configuratorenable--user
 

 jupyter添加代码提示功能_第1张图片

2. 安装成功会在http://localhost:8888/tree中出现Nbextensions

jupyter添加代码提示功能_第2张图片 

 

 

你可能感兴趣的:(jupyter,ide,python)