additional_features_of_ipython/quickref.tex
changeset 522 d33698326409
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/additional_features_of_ipython/quickref.tex	Wed Dec 01 16:51:35 2010 +0530
@@ -0,0 +1,15 @@
+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|}
+