Open proItheus opened 1 year ago
Yes the plot blinking is the same as #251. We fixed it for mo.ui.altair_chart
but not for vanilla altair or plotly. Thanks for opening this issue to track.
Besides blinking, mpl.interactive will also use a new port every time I drag the slider, and stop responding after a few changes.
Oops! Will look into it. Thanks for the repro.
from the code above, only seaborn is working
from the code above, only seaborn is working
@JVSigaud , what do you mean? Do none of the other plots show up?
The examples work for me. What browser / browser version are you using?
I'm using the chrome version 118.0.5993.118. None of the other plots show up. I also tried in the vscode's extension and did not work either. Im using marimo version 0.1.39.
Thanks @JVSigaud . I opened #273, let's move the discussion there
Describe the bug
I suspect that's very much the same as #251, but maybe not for
mpl.interactive
?Besides blinking,
mpl.interactive
will also use a new port every time I drag the slider, and stop responding after a few changes.Version
0.1.38
Code to reproduce