安装jupyter notebook,并使用代码自动补全

 

安装jupyter notebook,并使用代码自动补全

anaconda安装jupyter

创建环境

conda create -n test python=3.8

激活环境

activate test

安装jupyter notebook

conda install nb_conda
codna list


安装代码补全依赖包

安装扩展包

pip install jupyter_contrib_nbextensions

安装贡献扩展

jupyter contrib nbextension install --user



启动jupyter

jupyter notebook

启动jupyter notebook,勾选Hinterland



评论

此博客中的热门博文

使用自己的github加速源

量化指标计算

申请证书

搭建属于自己的vpn节点—科学上网

wsl安装cuda

解决v2rayN的延迟是-1的问题

wsl虚拟机释放文件

wsl安装cuda10.2

WSL怎么使用本机进行快速克隆github代码