pyleecan
pyleecan copied to clipboard
%matplotlib inline not responding
Hi,
We are not able to display/output graphs inline ( as embedded objects, like in the earlier release) the popups are annoying and hang. How to switch back to display the results inline as embedded objects in the latest release.
Iam using the latest version of Pyleecan
We tried below along with other options but no luck
%matplotlib notebook %matplotlib inline
import matplotlib.pyplot as plt import numpy as np
Hello,
We sometime have the same issue, running twice the first cell with plots seems to solve the issue.
Best regards, Pierre