my program uses magic function %matplotlib inline
but for some reason, PyCharm treats this lane as a error.
On jupyter lab everything was great, now I am trying to build the whole program and I don’t know what the issue is here.
My PyCharm version == 2022.3.1
My matplotlib version == 3.9.1
My python version == 3.9.13
Thanks for any advice.
You don’t.
IPython or Jupyter magic commands are not part of Python syntax, and they can’t exist in .py
files.