Plotly does not work
See original GitHub issueAuto-reviewers: @NiharikaRay @matthewwardrop @earthmancash @danfrankj Hi, I am using your example for a notebook with plotly: https://github.com/airbnb/knowledge-repo/blob/master/tests/test_posts/plotly.ipynb but the server is not rendering any plot… Using the inspect option in my browser in the console I get:
Uncaught TypeError: Plotly.newPlot is not a function
at test2.kp:245
It does however work when I launch it as a jupyter notebook.
Thanks
Issue Analytics
- State:
- Created 5 years ago
- Reactions:1
- Comments:6
Top Results From Across the Web
Plotly not loading in browser - Plotly Python
Okay I've tried, and embarrassingly it works with firefox, and on chrome on another computer. How can I troubleshoot what is going wrong...
Read more >Plotly chart not showing in Jupyter notebook - Stack Overflow
Simple solution: jupyter labextension install jupyterlab-plotly ... If the other answers do not work for you then check if WebGL is enabled ......
Read more >How to fix plotly Module Not Found Error - YouTube
Hello there. in this video, we go ahead and fix the plotly module not found error in Jupyter notebook.Interested in learning the basics...
Read more >Plotly figure not loading in browser · Issue #2941 - GitHub
Problem description. fig.show() does not show in Vivaldi browser: a new tab is opened but the bar chart never appears. The URL ...
Read more >Plots are not showing up | Data Science and Machine Learning
The below worked for me - plotly.offline.init_notebook_mode (connected = True). Do share if this does not work in your kernel . replyReply ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
The newest version of nbconvert fixes this issue
Wherever you’re adding the notebooks to the repo.
On Tue, Sep 3, 2019 at 07:31 mazzma12 notifications@github.com wrote: