author | Anoop Jacob Thomas<anoop@fossee.in> |
Mon, 11 Oct 2010 23:03:49 +0530 | |
changeset 300 | a130a1f494c3 |
parent 285 | 7c4855fb8e5f |
permissions | -rw-r--r-- |
285 | 1 |
\textbf{Getting started -- \texttt{ipython}} |
2 |
||
3 |
To start \lstinline|ipython| with \lstinline|pylab|:\\ |
|
4 |
\lstinline| $ ipython -pylab| %$ |
|
5 |
||
6 |
To exit: \lstinline|^D| (Ctrl-D) |
|
217
b595f90016c5
Changed structure of my scripts.
Puneeth Chaganti <punchagan@fossee.in>
parents:
diff
changeset
|
7 |
|
285 | 8 |
To interrupt: \lstinline|^C| (Ctrl-C) |
9 |
||
10 |
Tab completes partial commands |
|
217
b595f90016c5
Changed structure of my scripts.
Puneeth Chaganti <punchagan@fossee.in>
parents:
diff
changeset
|
11 |
|
285 | 12 |
\texttt{?} to look up documentation. |
13 |
||
14 |
Arrow keys to navigate the history. |