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
2. 安装成功会在http://localhost:8888/tree中出现Nbextensions



