jupyter notebook添加环境
Posted 573177885qq
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了jupyter notebook添加环境相关的知识,希望对你有一定的参考价值。
列出当前kernel: jupyter kernelspec list
删除已有环境:jupyter kernelspec remove NAME
安装新kernel ipython kernel install --name NAME”
“python -m ipykernel install --name NAME”
https://blog.csdn.net/ioria/article/details/85230137
以上是关于jupyter notebook添加环境的主要内容,如果未能解决你的问题,请参考以下文章
从 jupyter-notebook 下载 HTML 文件到本地
Jupyter Notebook又一利器nbterm,在终端玩Python!