PyCharm
 
Get PyCharm

IPython magic commands

Last modified: 11 November 2024

PyCharm supports usage of IPython magic commands. Before you 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