diff -r 88a01948450d -r d33698326409 getting-started-ipython/quickref.tex --- 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.