os:ubunutu(debian)-based linux

分两步:
  1. 安装ipython及其依赖包
sudo apt-get install ipython-notebook

  

 
  1. 安装可选的附加工具
sudo apt-get install python-matplotlib python-scipy python-pandas python-sympy python-nose

   

  • 启动
$  ipython notebook

  

提示, 缺少jinja2
$ sudo easy_install jinja2

  

 

相关文章:

  • 2022-12-23
  • 2021-06-21
  • 2021-08-20
  • 2021-08-15
  • 2021-08-16
  • 2021-08-24
  • 2021-06-20
猜你喜欢
  • 2021-11-20
  • 2021-08-26
  • 2022-12-23
  • 2021-12-01
  • 2022-12-23
  • 2021-05-16
  • 2021-04-03
相关资源
相似解决方案