在Anaconda虚拟环境中运行jupyter notebook

被刻印的时光 ゝ 提交于 2019-12-11 14:15:16

把虚拟环境想象成电脑,他自己也得装jupyter notebook呀

conda install jupyter notebook

然后安装一个conda的包,这样就可以在conda上面运行ipynb文件

conda install ipykernel

然后在虚拟环境中输入指令,即可进入

jupyter notebook
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!