getting-started-ipython/quickref.tex
changeset 522 d33698326409
parent 521 88a01948450d
child 523 54bdda4aefa5
--- a/getting-started-ipython/quickref.tex	Wed Nov 17 23:24:57 2010 +0530
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,14 +0,0 @@
-\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.