安装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
评论
发表评论