Ipython Notebook: Difference between revisions

From Pumping Station One
No edit summary
Line 15: Line 15:
     venv/bin/pip install ipython[all] numpy scipy matplotlib pandas
     venv/bin/pip install ipython[all] numpy scipy matplotlib pandas
     venv/bin/python -c "from IPython.external.mathjax import install_mathjax; install_mathjax()"
     venv/bin/python -c "from IPython.external.mathjax import install_mathjax; install_mathjax()"
    venv/bin/ipython notebook --init

Revision as of 10:58, 20 July 2014

What is It

An Ipython Notebook: handy for sharing python scripts in IRC or in classes!

https://notebook.pumpingstationone.org

installation notes

If the server needs to be rebuilt, these instrictons should help get everythig back up and running


   sudo pacman -S blas lapack gcc-fortran
   virtualenv venv
   venv/bin/pip install ipython[all] numpy scipy matplotlib pandas
   venv/bin/python -c "from IPython.external.mathjax import install_mathjax; install_mathjax()"
   venv/bin/ipython notebook --init