additional_ipython/quickref.tex
author bhanu
Thu, 11 Nov 2010 03:00:24 +0530
changeset 480 42f7aa36f1bc
parent 301 af48ecb4dc11
permissions -rw-r--r--
language check done for `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|}