Skip to content
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

must specify renderer for showing Plotly graphs #192

Open
butterlyn opened this issue Mar 23, 2024 · 0 comments
Open

must specify renderer for showing Plotly graphs #192

butterlyn opened this issue Mar 23, 2024 · 0 comments

Comments

@butterlyn
Copy link

Please add to the documentation that you must specify the "notebook" renderer for plotly to work.

For example:

import plotly.express as px
df = px.data.iris()
fig = px.scatter(df, x="sepal_width", y="sepal_length")
fig.show(renderer="notebook")

The example code in the demo project no longer works without specifying the renderer.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant