PyCharm supports usage of IPython magic commands.
Prior to start working, consider the following prerequisites:
- IPython is downloaded and installed
on your computer.
- The Python interpreter, for which IPython has been installed, is the default interpreter for the current project.
- On the main menu, choose . If IPython has been properly installed, PyCharm will recognize it automatically, and will report about the version used.
- In the lower part of the console, start typing the magic commands, and press Enter to execute them. Refer to the section Using Consoles for the list of available actions.