数据分析—win7+ipython+notebook安装

  1. 先安装python 3.x
  2. 然后 cmd 执行 pip3 ipython
  3. 然后 cmd 执行 pip3 install jupyter notebook
  4. 然后 cmd 执行 jupyter notebook 
  5. 修改端口 cmd 执行 jupyter notebook --port 9999
原文地址:https://www.cnblogs.com/zhouwp/p/8414825.html