os:ubunutu(debian)-based linux
分两步:
- 安装ipython及其依赖包
1
|
sudo apt - get install ipython - notebook
|
- 安装可选的附加工具
1
|
sudo apt - get install python - matplotlib python - scipy python - pandas python - sympy python - nose
|
- 启动
1
|
$ ipython notebook |
提示, 缺少jinja2
1
|
$ sudo easy_install jinja2 |