additional_ipython/quickref.tex
author anand
Mon, 15 Nov 2010 14:31:42 +0530
changeset 498 4255f995a40c
parent 301 af48ecb4dc11
permissions -rw-r--r--
checklist not OK; one more long answer question has to be included.

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