Eomys / pyleecan

Electrical engineering open-source software providing a user-friendly, unified, flexible simulation framework for the multiphysic design and optimization of electrical machines and drives
https://www.pyleecan.org
Apache License 2.0
155 stars 129 forks source link

%matplotlib inline not responding #682

Open crowdnidhi-design opened 8 months ago

crowdnidhi-design commented 8 months ago

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

BonneelP commented 8 months ago

Hello,

We sometime have the same issue, running twice the first cell with plots seems to solve the issue.

Best regards, Pierre