getting_started_with_ipython/quickref.tex
changeset 522 d33698326409
equal deleted inserted replaced
521:88a01948450d 522:d33698326409
       
     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)
       
     7 
       
     8 To interrupt: \lstinline|^C| (Ctrl-C)
       
     9 
       
    10 Tab completes partial commands
       
    11 
       
    12 \texttt{?} to look up documentation. 
       
    13 
       
    14 Arrow keys to navigate the history.