安装这些工具
pip install ipython pip install notebook
pip install numpy
pip install scipy
pip install matplotlib


可以使用ipython --pylab打开ipython命名窗口,这样可以像使用matlab一样使用matplot去画图。

jupyter notebook    #默认监听localhost:8888 并自动打开浏览器  可加--ip=0.0.0.0参数使其监听0.0.0.0

如果使用notebook时想让图片内嵌在浏览器中,使用下面命令
%pylib inline
%matplotlib inline

相关文章:

  • 2021-09-11
  • 2021-11-19
  • 2021-06-19
  • 2021-11-19
  • 2021-11-19
  • 2021-03-31
  • 2021-12-02
猜你喜欢
  • 2021-05-07
  • 2021-06-13
  • 2021-04-26
  • 2021-05-08
  • 2022-12-23
  • 2021-10-01
  • 2021-06-01
相关资源
相似解决方案