Closed JacobHast closed 3 months ago
I've opened draft PR #425 to start fixing various issues in our new visualizations. this is a difference between Jupyter Lab/Notebooks (presumably where Sam was testing his stuff) and VS Code notebooks - it seems the latter doesn't love the HTML rendering that we're doing.
For now, my draft PR fixes the individual plots. However, it doesn't work yet for a State
's default repr or the representations because those require HTML templating. State.visualize_xx
should work (as if you passed return_fig=True
, but I just removed that kwarg so it always does because it should).
Before posting a bug report
Expected behavior
When calling .visualize_2d() I expect a state to be shown
Actual behavior
A blank box is displayed instead of a figure. If I add the keyword argument return_fig=True, the figure gets shown as desired.
When e.g. calling a state in a jupyter notebook, also nothing is shown:
Reproduces how often
100 % for me
System information
Source code
No response
Tracebacks
No response
Additional information
No response