This repository has been 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 |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Given the following code (minimal working example):
I get output in
jupyterlab
and 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.
iframe
is 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.Beta Was this translation helpful? Give feedback.
All reactions