additional_features_of_ipython/quickref.tex
author Puneeth Chaganti <punchagan@fossee.in>
Wed, 01 Dec 2010 16:51:35 +0530
changeset 522 d33698326409
permissions -rw-r--r--
Renamed all LOs to match with their names in progress.org.

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|}