Difference between revisions of "IPython"

From stgo
Jump to: navigation, search
m
Line 1: Line 1:
 
* for installing iPython see here: http://ipython.org/ipython-doc/2/install/install.html
 
* for installing iPython see here: http://ipython.org/ipython-doc/2/install/install.html
* start iPython notebook, run in a normal terminal <code>ipython notebook</code>
+
* start iPython notebook, run in a normal terminal  
 +
*:<code>ipython notebook --pylab inline</code>
 
* for the command line version on Ubuntu go to the menu and start development>ipython
 
* for the command line version on Ubuntu go to the menu and start development>ipython
 
* run the code with <shift+enter>
 
* run the code with <shift+enter>
 
* updating pandas (I had 0.7 installed but needed 0.9 for doing some str ops) simply type <code>sudo pip install --upgrade pandas</code>
 
* updating pandas (I had 0.7 installed but needed 0.9 for doing some str ops) simply type <code>sudo pip install --upgrade pandas</code>

Revision as of 13:33, 14 October 2014

  • for installing iPython see here: http://ipython.org/ipython-doc/2/install/install.html
  • start iPython notebook, run in a normal terminal
    ipython notebook --pylab inline
  • for the command line version on Ubuntu go to the menu and start development>ipython
  • run the code with <shift+enter>
  • updating pandas (I had 0.7 installed but needed 0.9 for doing some str ops) simply type sudo pip install --upgrade pandas