【发布时间】:2019-11-08 11:40:57
【问题描述】:
我在 linux ec2 实例中安装了 anaconda 2(错误地)和 anaconda 3。花了很多时间后,我能够运行 jupyter notebook。但是当我运行 jupyter notebook 时,我可以看到 python 版本 2.x
我是 linux 初学者,如何让 jupyter notebook 在 python 3.x 上运行。
如果我必须从 ec2 卸载 Anaconda2,我该如何安全地进行。另外,如果我卸载 Anaconda2,我担心我会失去对 Jupyter 笔记本的访问权限。
我想在 python 3 上运行 jupyter notebook,而不会给当前的 jupyter notebook 带来太多麻烦和风险
【问题讨论】:
标签: python python-3.x linux jupyter-notebook anaconda