[转]Jupyter Notebooks自动代码补全(miniconda)
Posted zsgyx
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了[转]Jupyter Notebooks自动代码补全(miniconda)相关的知识,希望对你有一定的参考价值。
cmd进入安装miniconda/Scripts:执行以下命令
jupyter notebook 实现自动代码补全,首先安装 nbextensions
pip3 install jupyter_contrib_nbextensions
jupyter contrib nbextension install --user
然后安装 nbextensions_configurator
pip install jupyter_nbextensions_configurator
jupyter nbextensions_configurator enable --user:
安装完上述包后,启动jupyte,就会惊奇的发现多了一个Nbextensions标签项,点击Nbextensions,
勾选Hinterland,于是就启用了代码自动补全
以上是关于[转]Jupyter Notebooks自动代码补全(miniconda)的主要内容,如果未能解决你的问题,请参考以下文章
从csv更改Jupyter Notebooks上的ticks。
anaconda中jupyter notebook安装代码自动补全插件,报错“Exception: Jupyter command `jupyter-contrib` not found.”(示例代码