Difference between revisions of "Ipython Notebook"

From Pumping Station One
Jump to navigation Jump to search
(Created page with " == 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...")
 
Line 10: Line 10:
 
If the server needs to be rebuilt, these instrictons should help get everythig back up and running
 
If the server needs to be rebuilt, these instrictons should help get everythig back up and running
  
     sudo pacman -S blas lapack
+
     sudo pacman -S blas lapack gcc-fortran
     pip install numpy matplotlib pandas
+
     pip install numpy scipy matplotlib pandas

Revision as of 04:31, 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
   pip install numpy scipy matplotlib pandas