blob: 460b9213b4fb5123db829b6a269b821b72154fa9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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.
|