anaconda安装jupyter notebook并配置自动补全

jupiter
2020-09-17 / 0 评论 / 643 阅读 / 正在检测是否收录...
温馨提示:
本文最后更新于2021年12月07日,已超过868天没有更新,若内容或图片失效,请留言反馈。

安装jupyter notebook

conda install notebook

安装jupyter_contrib_nbextensions

pip install jupyter_contrib_nbextensions

配置

安装完之后需要配置 nbextension,注意配置的时候要确保已关闭 Jupyter Notebook:

jupyter contrib nbextension install --user --skip-running-check

启动 Jupyter Notebook,勾选设置

上面两个步骤都没报错后,启动 Jupyter Notebook,上面选项栏会出现 Nbextensions 的选项
点开 Nbextensions 的选项,并勾选 Hinterland
Snipaste_2020-09-17_23-57-23.jpg

0

评论

博主关闭了当前页面的评论