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

DeprecationWarning: Importing display from IPython.core.display is deprecated #2

Open
jbiffl opened this issue Jul 8, 2022 · 0 comments

Comments

@jbiffl
Copy link

jbiffl commented Jul 8, 2022

The way display is imported in IPython should be changed.

DeprecationWarning: Importing display from IPython.core.display is deprecated since IPython 7.14, please import from IPython display
  from IPython.core.display import display, HTML, clear_output

DeprecationWarning: Importing clear_output from IPython.core.display is deprecated since IPython 7.14, please import from IPython display
  from IPython.core.display import display, HTML, clear_output
from IPython.core.display import display, HTML, clear_output

should be

from IPython.display import display, HTML, clear_output

Using IPython 8.1.1 in Python 3.9.11

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