Skip to content

Fix issue with default renderer when ipython is installed #5258

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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

emilykl
Copy link
Contributor

@emilykl emilykl commented Jun 30, 2025

Closes #5257

Reverts change to plotly/io/_renderers.py added in #5096 to keep the original logic flow of the if statement.

Adds a test to ensure that the default renderer is "browser" while running the tests; since the test_optional workflow installs jupyter which installs ipython, this should prevent a regression.

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

Successfully merging this pull request may close these issues.

Default renderer is incorrect when ipython is installed in environment
1 participant