PyCharm 2017.2 Help

IPython Magic Commands

PyCharm supports usage of IPython magic commands. Prior to start working, consider the following prerequisites:

To use the magic commands of IPython, follow these general steps

  1. On the main menu, choose Tools | Run Python Console. If IPython has been properly installed, PyCharm will recognize it automatically, and will report about the version used.
  2. 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.
Last modified: 26 October 2017

See Also

Language and Framework-Specific Guidelines:

External Links: