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
When importing jumanji into a local notebook, it show this warning (though it may be spurios)
Warning: Cannot change to a different GUI toolkit: ...
I was also having some issues showing animations in a notebook, though I'm not totally sure how if or how theses are related, and the documentation for this change in the display of interactive plots in the new notebooks is not great.
Hmm, not so sure myself now. The warning has cleared up, but still struggling to get inline animation in a notebook. I'll try track down more information.
Description
Does this line when setting the matplotlib need setting to
backend = "ipympl"
? And also maybe to addipympl
as a dependency?It seems like recent changes to the standard jupyter notebook mean the "notebook" annotation is deprectated, though this also seems to depend on the version of notebook you are using, see for example https://discourse.jupyter.org/t/matplotlib-animation-not-appearing-in-jupyter-notebook/24938
When importing jumanji into a local notebook, it show this warning (though it may be spurios)
I was also having some issues showing animations in a notebook, though I'm not totally sure how if or how theses are related, and the documentation for this change in the display of interactive plots in the new notebooks is not great.
Jupyter dependencies are
What Jumanji version are you using?
Main branch
Which accelerator(s) are you using?
No response
Additional System Info
Python 3.10 on linux
Additional Context
No response
(Optional) Suggestion
No response
The text was updated successfully, but these errors were encountered: