Jupyter QtConsole 4.2.1 is embedded in QT 5.6.0 application. Execute following script in command window: get_ipython().run_line_magic('matplotlib', 'inline') import matplotlib.pyplot as plt x1=[1,2,3] ...
I'm in the process of updating some code using matplotlib and pyside6. Using version 6.6.0 of PySide there is no error, but on versions 6.7.0 and newer I get an error ...