From 1244cd8bb59bd8d36dded024fa49402ca2f047c6 Mon Sep 17 00:00:00 2001 From: Jovina Date: Thu, 11 Aug 2011 15:02:19 +0530 Subject: Correction to the script 'additional features of IPython'. --- additional_features_of_ipython/script.rst | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/additional_features_of_ipython/script.rst b/additional_features_of_ipython/script.rst index c5ef098..d682864 100644 --- a/additional_features_of_ipython/script.rst +++ b/additional_features_of_ipython/script.rst @@ -304,9 +304,8 @@ Then save the script using :: - %save /home/fossee/show_included.py 1 3-6 8 10 13 - %run -i /home/fossee/show_included.py - show() + %save /home/fossee/show_included.py 1 3-6 8 14 17 + %run -i /home/fossee/show_included.py .. R23 @@ -335,7 +334,7 @@ Pause the video here, try out the following exercise and resume the video. :: - %run -i /home/fossee/show_included.py + %run /home/fossee/show_included.py .. R25 -- cgit