diff options
author | Jovina | 2011-05-23 16:04:02 +0530 |
---|---|---|
committer | Jovina | 2011-05-23 16:04:02 +0530 |
commit | 78240c712955fc62fce85c2af51104e6176c96e0 (patch) | |
tree | 83a93d2087be807d6b97fd5c9ef3af5678383829 /additional_features_of_ipython | |
parent | d3b14f3adda43847a11d26e6cda2cd65a291cc58 (diff) | |
parent | 6d35ad9126a3bf0a9d584674628b3677c0da1e51 (diff) | |
download | st-scripts-78240c712955fc62fce85c2af51104e6176c96e0.tar.gz st-scripts-78240c712955fc62fce85c2af51104e6176c96e0.tar.bz2 st-scripts-78240c712955fc62fce85c2af51104e6176c96e0.zip |
Merge branch 'master' of https://github.com/FOSSEE/st-scripts
Diffstat (limited to 'additional_features_of_ipython')
-rw-r--r-- | additional_features_of_ipython/script.rst | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/additional_features_of_ipython/script.rst b/additional_features_of_ipython/script.rst index f178e88..08bf80d 100644 --- a/additional_features_of_ipython/script.rst +++ b/additional_features_of_ipython/script.rst @@ -26,13 +26,13 @@ Script .. L1 -{{{ Show the first slide containing title, name of the production -team along with the logo of MHRD }}} +{{{ Show the first slide containing title, name of the production team +along with the logo of MHRD }}} .. R1 -Hello friends and welcome to the tutorial on -"Additional Features of IPython". +Hello friends and welcome to the tutorial on "Additional Features of +IPython". .. L2 @@ -373,7 +373,7 @@ Here are some self assessment questions for you to solve 2. How do you save the lines 2 3 4 5 7 9 10 11 - - ``%save filepath 2-5 7 9-11`` + - ``%save filepath 2-5 7 9-11`` - ``%save filepath 2-11`` - ``%save filepath`` - ``%save 2-5 7 9 10 11`` @@ -381,10 +381,10 @@ Here are some self assessment questions for you to solve 3. What will the command ``%hist 5 10`` display. - - The recently typed commands from 5 to 10 inclusive of the - history command - - The recently typed commands from 5 to 10 excluding the - history command + - The recently typed commands from 5 to 10 inclusive of the history + command + - The recently typed commands from 5 to 10 excluding the history + command .. L28 |