getting_started_with_ipython/quickref.tex
changeset 522 d33698326409
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/getting_started_with_ipython/quickref.tex	Wed Dec 01 16:51:35 2010 +0530
@@ -0,0 +1,14 @@
+\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.