欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

在python2.7下打开jupyter

程序员文章站 2022-06-17 09:43:11
...

1.确保安装了python2.7

查看python版本,在terminal下:

>  python  

安装python2.7,在terminal下:

> conda create --name python27 python=2.7
> conda install --name python27 anaconda

2.在python2.7环境下打开jupyter,在terminal下:

source activate python27
jupyter notebook
相关标签: python2.7 jupyter