Half-Day Online Pilot Workshop on AutoDock4 on 9 August 2024, 2:00 pm to 5.30 pm. Click here to register.

Additional features of IPython - English

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