Ipython Notebook: Difference between revisions
From Pumping Station One
m Robot: Cosmetic changes |
|||
| (2 intermediate revisions by one other user not shown) | |||
| Line 1: | Line 1: | ||
== What is It == | == What is It == | ||
| Line 8: | Line 7: | ||
== installation notes == | == installation notes == | ||
If the server needs to be rebuilt, these | If the server needs to be rebuilt, these instructons should help get everything back up and running | ||
sudo pacman -S blas lapack gcc-fortran | sudo pacman -S blas lapack gcc-fortran | ||
| Line 15: | Line 13: | ||
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 | |||