环境:

  • windows 10 x64
  • python2.7(已经安装好numpy scipy matplotlib)

过程:

  • 首先安装visual c++ 9.0环境,去http://aka.ms/vcpython27 下载(我的火狐报https错误,用chrome下载完成)、安装VCForPython27.msi

注:必须用这个特定版本,其他地方下载的普通vc9环境安装后对python无效。

  • 安装ipython
pip install ipython

windows10安装ipython jupyter

  • 安装jupyter
pip install jupyter

windows10安装ipython jupyter

  • 查看ipython版本

windows10安装ipython jupyter

安装指定版本tornado(4.5版本在控制台运行时会报No supported color terminal library错误,导致jupyter无法启动)

pip install tornado==4.4.3

windows10安装ipython jupyter

  • 在python\Scripts目录下运行jupyter-notebook.exe,自动启动web服务并打开浏览器

windows10安装ipython jupyter

  • 打开的浏览器界面

windows10安装ipython jupyter

 

相关文章:

  • 2021-06-04
  • 2021-12-01
  • 2021-07-02
  • 2021-08-16
  • 2021-10-05
猜你喜欢
  • 2021-12-14
  • 2021-08-26
  • 2021-06-24
  • 2021-05-16
  • 2021-04-09
  • 2021-11-21
  • 2022-12-23
相关资源
相似解决方案