浙江省高等学校教师教育理论培训

微信搜索“毛凌志岗前心得”小程序

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

Install IPython notebook in Ubuntu 12.04 « Notes on Ubuntu (Linux) computing

Notes on Ubuntu (Linux) computing

Brief notes on installation, setup and other tasks in the Ubuntu world

Install IPython notebook in Ubuntu 12.04

leave a comment »

IPython allows for the use of Python in a way that is interactive (similar to matlab or mathematica), allowing for the creation of nice tutorials and examples — really I am talking about the html notebooks. In Ubuntu 12.04, the install should be simple (I will not install from source), using the repository version to find all dependencies:

 

1sudo apt-get install ipython-notebook

 

To start an html-notebook session with inline graphics, use

 

1ipython notebook --pylab inline
posted on 2012-12-14 20:29  lexus  阅读(205)  评论(0)    收藏  举报