Unlock the Power of Open Source! The " Linux New " SWAYAM Plus Course is live now and about 2,500 learners have already registered for it.

If you are a registered learner, the forum page is now active. Visit the page and get all your questions answered.

Additional features of IPython - English

This is a sample video. To access the full content,
please Login

38124 visits



Outline:

* Use Python 3.4.3 * Use IPython 5.1.0 * Retrieve the history using %history command. * View only a part of history by passing argument to %history command. * Pass arguments to %history to get particular lines of code * Save the required lines of code in required order using '%save' command. * Use '%run -i' command to run a saved script.