question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Plotly bundle having issues after the new Renderer API change

See original GitHub issue

Plotly graph is not displaying correctly after change to new notebook renderer API. image.png

import plotly.graph_objects as go fig = go.Figure(data=go.Bar(y=[2, 3, 1, 5])) fig.show(

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:8 (5 by maintainers)

github_iconTop GitHub Comments

3reactions
IanMatthewHuffcommented, May 25, 2021

@CalebEverett yeah, I’m quite sure this is the same issue. Sorry about the break here. There was a bit of a change with how notebook renderers work, and the plotly bundle that we use to render with doesn’t quite work with the new ES 6 import. There is a solution that I believe might work that I’ll be trying today or tomorrow. Just follow this thread for status updates, but it is broken for now.

1reaction
nicolaskruchtencommented, Jun 7, 2021

In principle, Plotly.js 2.0 (released today!) should be better-behaved with respect to ES6 imports 😃

Read more comments on GitHub >

github_iconTop Results From Across the Web

Troubleshooting in Python - Plotly
How to troubleshoot import and rendering problems in Plotly with Python. New to Plotly?
Read more >
Getting started with chart studio in Python - Plotly
Detailed examples of Getting Started with Chart Studio including changing color, size, log axes, and more in Python.
Read more >
Event handlers in JavaScript - Plotly
Over 8 examples of Event Handlers including changing color, size, log axes, and more in JavaScript.
Read more >
Displaying figures in Python - Plotly
Detailed examples of Displaying Figures including changing color, size, log axes, and more in Python.
Read more >
Graph | Dash for Python Documentation | Plotly
Graph component can be used to render any plotly-powered data visualization, passed as the ... Every chart type has a set of examples...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found