Additional features of IPython - English

Play
Current Time 0:00
/
Duration Time 0:00
Remaining Time -0:00
Loaded: 0%
Progress: 0%
0:00
Fullscreen
00:00
Mute
Captions
  • captions off
  • English

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