PyCharm
 
Get PyCharm
You are viewing the documentation for an earlier version of PyCharm.

IPython magic commands

Last modified: 08 September 2023

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

  • IPython is available on your computer with Anaconda.

  • The corresponding Conda environment is set as the default interpreter for the current project.

Once you set a Conda environment as a Python interpreter, PyCharm automatically recognizes IPython, and changes the prompt of the Python console.

IPython version is shown in the Python console

Language and Framework-Specific Guidelines

External Links