diff options
Diffstat (limited to 'getting-started-ipython/script.rst')
-rw-r--r-- | getting-started-ipython/script.rst | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/getting-started-ipython/script.rst b/getting-started-ipython/script.rst index e2f280a..c3e502f 100644 --- a/getting-started-ipython/script.rst +++ b/getting-started-ipython/script.rst @@ -105,7 +105,7 @@ possibilities. It just lists out all the possible completions. Following is an exercise that you must do. -%%1%% Type ``ab`` and hit tab to see what happens. Next, jut type +%%1%% Type ``ab`` and hit tab to see what happens. Next, just type ``a`` and hit tab to see what happens. Please, pause the video here. Do the exercise and then continue. @@ -202,9 +202,16 @@ Please, pause the video here. Do the exercises and then continue. This brings us to the end of the tutorial on getting started with ``ipython``. -In this tutorial we have learnt +In this tutorial we have learnt, how to {{{ show the outline/summary slide. }}} + 1. invoke the ``ipython`` interpreter. + #. quit the ``ipython`` interpreter. + #. navigate in the history of ``ipython``. + #. use tab-completion. + #. look-up documentation of functions. + #. interrupt incomplete or incorrect commands. + {{{ Show the "sponsored by FOSSEE" slide }}} This tutorial was created as a part of FOSSEE project, NME ICT, MHRD India |