分享

Install iPython Notebook on Ubuntu Lucid 10.04 | Trung Huynh's tech blog

 Tehero 2014-12-21

Install iPython Notebook on Ubuntu Lucid 10.04

1
2
3
4
5
6
7
sudo add-apt-repository ppa:chris-lea/zeromq
sudo add-apt-repository ppa:chris-lea/libpgm
sudo add-apt-repository ppa:chris-lea/python-tornado
sudo apt-get update
sudo apt-get install libzmq1 libzmq-dev libpgm-5.1-0 python-tornado
sudo pip install pyzmq==2.1.4
sudo pip install ipython=0.13.1

Run ipython notebook with pylab and figures inline at port 8888 (as default by the way):

1
ipython notebook --port 8888 --pylab inline

Of course you need to have numpy, scipy, matplotlib in order to run notebook with pylab.

Some nice extensions that you might want to have a look: extensions

    本站是提供个人知识管理的网络存储空间,所有内容均由用户发布,不代表本站观点。请注意甄别内容中的联系方式、诱导购买等信息,谨防诈骗。如发现有害或侵权内容,请点击一键举报。
    转藏 分享 献花(0

    0条评论

    发表

    请遵守用户 评论公约

    类似文章 更多