getting_started_with_ipython/quickref.tex
author Anoop Jacob Thomas<anoop@fossee.in>
Sat, 18 Dec 2010 12:54:49 +0530
changeset 524 b602b4dcc87d
parent 522 d33698326409
permissions -rw-r--r--
Made some changes to the script embellishing a plot, but it still needs changes.

\textbf{Getting started -- \texttt{ipython}}

To start \lstinline|ipython| with \lstinline|pylab|:\\
\lstinline|    $ ipython -pylab| %$

To exit: \lstinline|^D| (Ctrl-D)

To interrupt: \lstinline|^C| (Ctrl-C)

Tab completes partial commands

\texttt{?} to look up documentation. 

Arrow keys to navigate the history.