This repository has been archived by the owner on Jan 12, 2024. It is now read-only.
Import display from IPython instead of IPython.core #591
Labels
Area-Python
Issue relates to the Python client for the IQ# kernel.
Kind-Maintenance
Issue represents work to improve code quality and maintainability.
Is your feature request related to a problem? Please describe.
The updates for IPython 7.14 introduced deprecation warnings to import objects from IPython.core.display. This is because many of the objects from core are for internal use only, so display should be imported directly from IPython instead since these warnings will become errors in the future.
Importing display from IPython.core.display is deprecated since IPython 7.14, please import from IPython display
Describe the solution you'd like
We need to import display through IPython instead to avoid future errors.
The text was updated successfully, but these errors were encountered: