additional_ipython/quickref.tex
author Anoop Jacob Thomas<anoop@fossee.in>
Wed, 10 Nov 2010 17:39:42 +0530
changeset 444 1aa91f8d8d59
parent 301 af48ecb4dc11
permissions -rw-r--r--
added script getting started with functions.

accessing history:\\
{\ex \lstinline|    \%hist|}

accessing particular line of history:\\
{\ex \lstinline|    \%hist line_number|}

accessing particular range of history:\\
{\ex \lstinline|    \%hist start_line stop_line|}

saving history to a file:\\
{\ex \lstinline|    \%save file_path line_numbers|}

running a script:\\
{\ex \lstinline|    \%run -i file_path|}