-
-
Notifications
You must be signed in to change notification settings - Fork 1
Plots not working with Jupyter lab #17
Comments
OK, I'll give this a whirl tomorrow! What versions of Python and JupyterLab are you using? Also, what do you mean by "Unless i use offline mode explicitly" ? |
@shakasom , hope this helps! Run this in your jupyter notebook, or jupyterlab env, cell:
I posted reasons and such here: |
I just meant initializing for offline plotting ... Plotly.offline.plot. In that case if i pass it to plotly_express object it will work. |
Windows 10: Jupyterlab 0.35.3 and Python 3.6.6. |
Hi @shakasom , Rendering figures in JupyterLab using |
Thanks @jonmmease . That fixed the issue. |
HI, I have tried everything I could find over the internet to resolve this issue, but px still plots empty. |
@DmitriyG228 can you tell me which command you're using to launch the Notebook, and which versions of Jupyter, the Jupyter extension, and Plotly and Plotly Express you are using? When using |
Hi, @nicolaskruchten ,
plotly==4.0.0 Thank you! |
@DmitriyG228 ok thanks! I will definitely need the list of lab extensions, available by running |
@nicolaskruchten , thank you and sorry for my noob knowledge of extensions
|
@nicolaskruchten, can you please look at my issue once again? you may have missed my last message. thank you! |
Sorry, yes. The output above suggests that the extensions aren't installing correctly, but I'm not sure why. I would recommend uninstalling and reinstalling the latest version of the extensions (which are 1.2.0 I think, today!) |
Don't know what the status of this is, but plotly plots still don't plot for me in Jupyter Lab. |
If you're encountering rendering issues, please check out our troubleshooting guide at https://plotly.com/python/troubleshooting/ and if there are no answers there for you, please create a new issue in the Plotly.py repo and we will try to help you :) |
Unless i use offline mode explicitly, plots will not show up in Jupyter lab. But works fine with Jupyter notebook
The text was updated successfully, but these errors were encountered: