-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Cannot show the figure in jupyterlab #2918
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I've just added a bunch of extra info in https://plotly.com/python/troubleshooting/ so if you could take another look there to see if there's a fix for your situation, that would be great! Specifically, it's possible that your kernel's environment has the extension installed but not your actual running JupyterLab instance, so you may want to check that the extension is installed via the JupyterLab UI itself: https://jupyterlab.readthedocs.io/en/stable/user/extensions.html#using-the-extension-manager |
I'm using jupyterlab 2.2.9 and plotly 4.12 and it is working fine, try to update jupyterlab and plotly:
|
If that doesn't solve your problem use this... import plotly.offline as iplot it will show |
Thanks for your suggestions @brainlescoder 😊However, it doesn't work still. I'm using: |
I have a similar issue like #2505
Plotly renders a blank field in jupyterlab. I have matched version of python Plotly and jupyterlab-plotly, but I still can't see the figure. Any ideas? thanks so much!

The text was updated successfully, but these errors were encountered: