安装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加速源

申请证书

wsl安装cuda

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

量化指标计算

wsl虚拟机释放文件

git从本地删除代码,同时同步仓库删除代码;创建信分支并切换到该分支;获取所有的远程分支

解决linux如何安装BBRplus,以及安装BBRplus版加速失败的问题

创建软连接