We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Plotly graph is not displaying correctly after change to new notebook renderer API.
import plotly.graph_objects as go fig = go.Figure(data=go.Bar(y=[2, 3, 1, 5])) fig.show(