ipython安装notebook

一:
简单安装ipython(首先要有python)
$pip install ipython

二 :
$ipython notebook
提醒你缺少什么就用pip下载什么就可以了
三:
安装MathJax via Git
$git clone git://github.com/mathjax/MathJax.git MathJax

Whenever you want to update MathJax, you can use,to check if there are updates 
$cd MathJax
$git remote show origin

If MathJax needs updating, use
$cd MathJax
$git pull origin


你可能感兴趣的:(ipython安装notebook)