数据分析 之(一) --- 环境搭建

安装

首先打来终端,安装 ipython 。可以在终端 输入 ipython 回车进入:exit() 回车退出

1 pip  -V
2 pip  install  ipython

其次 安装 jupyter

1 pip  install  jupyter 

 打开

首先,在终端 cd 到工作的目录下

其次,用 ipython notebook 将目录打开

之后,回在浏览器中显示工作环境。

猜你喜欢

转载自www.cnblogs.com/TMMM/p/10814984.html