Introduction
IPython is a command line interactive shell for Python. It provides some features for interactive computing, such as advanced introspection, rich media, and a powerful history mechanism.
In this lab, we will explore some of the basic features of IPython, including the use of magic commands, tab completion, and using the built-in help system.
Please note that if you are asked to open a Python shell in other labs or challenges in LabEx, do not use the IPython shell, it will not pass the step detection.
Achievements
- IPython