diff options
author | Jovina | 2011-08-11 15:02:19 +0530 |
---|---|---|
committer | Jovina | 2011-08-11 15:02:19 +0530 |
commit | 1244cd8bb59bd8d36dded024fa49402ca2f047c6 (patch) | |
tree | ab268cb6faac774314cba11d801376c00ad7c86c | |
parent | 106a900bbe2e163572cedaaf2ac651a00e642e75 (diff) | |
download | st-scripts-1244cd8bb59bd8d36dded024fa49402ca2f047c6.tar.gz st-scripts-1244cd8bb59bd8d36dded024fa49402ca2f047c6.tar.bz2 st-scripts-1244cd8bb59bd8d36dded024fa49402ca2f047c6.zip |
Correction to the script 'additional features of IPython'.
-rw-r--r-- | additional_features_of_ipython/script.rst | 7 |
1 files 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 |