I'm having an issue in pycharm while running my debugger : "AttributeError: module 'IPython' has no attribute 'get_ipython'"
The problem is that I don't know what IPython is, I'm not using it, and when i clink on the first link in the error log, I arrive in a file that is not even mine.
More, if I run my code without debugger, this error do not appear.
It looks like this come from matplotlip but it doesn't really help me.
Thank you for any help
