Difference between revisions of "IPython"

From stgo
Jump to: navigation, search
m
Line 3: Line 3:
 
* 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>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 15:59, 10 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
  • 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