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
Hi @MySlientWind - this may be more related to #6164 than matplotlib. Can you see if the workaround described there helps (i.e., using the AsyncMappingKernelManager)? (Thanks)
Hi @MySlientWind - this may be more related to #6164 than matplotlib. Can you see if the workaround described there helps (i.e., using the AsyncMappingKernelManager)? (Thanks)
Thanks for your reply, using the AsyncMappingKernelManager do fix the asyncio error but unfortunately plt.plot([0,1], [0,1]) still fail and kernel still die.
Describe the bug
Kernel dies when running
plt.plot([0,1], [0,1])
To Reproduce
run this code
Expected behavior
I expected matplotlib to plot the image
Desktop (please complete the following information):
Additional context
From the console log of jupyter notebook:
I have checked issue 6089 and 3709, not my case.
The text was updated successfully, but these errors were encountered: