This repository was archived by the owner on Feb 16, 2023. It is now read-only.
Replies: 1 comment 3 replies
|
Thanks @fdion for reporting. I just tested on Binder with this gist, which uses the latest And the figure is displayed in all the interfaces: plotly-express.mp4Maybe updating to the latest |
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Given the following code (minimal working example):
I get output in
jupyterlaband in classicnotebook, but nothing inretrolab. returning the figure directly, using fig or fig.show() makes no difference.If I modify the code as:
I do get some output.
iframeis the only renderer that seems to work. I am aware of #258 (and of #262) and rolled back to 0.3.12 of retrolab, but I get the same behaviour. Which backend should be used? Once that is clear, I'll open an issue with plotly if that is where the problem lies.All reactions