Challenge the talent inside you, participate in Animate 2024!     Click here for details.

Additional features of IPython - English

31209 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.