Skip to content

Ipython 9.0 Deprecation #594

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

Merged
merged 1 commit into from
Jun 23, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Patch module deprecation
This addresses what looks to be an expired module name alias deprecation in Ipython 9.0 for the `core.display` module.
  • Loading branch information
Corey Ostrove committed Jun 23, 2025
commit b8f82f8b3657015ce9dcb7ab390621efb4488ede
2 changes: 1 addition & 1 deletion pygsti/report/workspace.py
Original file line number Diff line number Diff line change
@@ -62,7 +62,7 @@ def display_ipynb(content):
-------
None
"""
from IPython.core.display import display, HTML
from IPython.display import display, HTML
display(HTML(content))