We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This following code runs indefinitely on the final line.
import plotly.express as px # Sample data df = px.data.iris() # Create a scatter plot fig = px.scatter(df, x='sepal_width', y='sepal_length', color='species', title='Iris Dataset: Sepal Width vs. Sepal Length') # Export the plot as a PNG image fig.write_image("plot.png")
I run it in a jupyter notebook in vscode.
vscode: 1.96.2
conda environment packages:
The text was updated successfully, but these errors were encountered:
I also have this issue recently. it seems to be a compatibility problem with the Kaleido 0.2.1 version. Please try Kaleido==0.1.0 version
Sorry, something went wrong.
No branches or pull requests
This following code runs indefinitely on the final line.
I run it in a jupyter notebook in vscode.
vscode: 1.96.2
conda environment packages:
The text was updated successfully, but these errors were encountered: