You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Christian Brodbeck edited this page Apr 2, 2020
·
2 revisions
Python/Eelbrain Freezes
Python can get very sluggish and seemingly freeze when it consumes a lot of memory (use your system utility to check how much memory Python is using — macOS: Activity Monitor).
In some cases, Python freezes when an Eelbrain plot/GUI function is called for the first time after matplotlib.pyplot has been imported. To fix this, move the matplotlib.pyplot import after the first Eelbrain plot/GUI function call.