Skip to content

DOC: fix a warning using obsolete package #39969

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
Feb 22, 2021
Merged

DOC: fix a warning using obsolete package #39969

merged 1 commit into from
Feb 22, 2021

Conversation

partev
Copy link
Contributor

@partev partev commented Feb 22, 2021

currently there is a warning:
"/home/runner/miniconda3/envs/pandas-dev/lib/python3.8/site-packages/IPython/html.py:12: ShimWarning: The IPython.html package has been deprecated since IPython 4.0. You should import from notebook instead. IPython.html.widgets has moved to ipywidgets.
warn("The IPython.html package has been deprecated since IPython 4.0. ""

this change fixes the warning.

  • closes #xxxx
  • tests added / passed
  • Ensure all linting tests pass, see here for how to run them
  • whatsnew entry

currently there is a warning:
"/home/runner/miniconda3/envs/pandas-dev/lib/python3.8/site-packages/IPython/html.py:12: ShimWarning: The `IPython.html` package has been deprecated since IPython 4.0. You should import from `notebook` instead. `IPython.html.widgets` has moved to `ipywidgets`.
  warn("The `IPython.html` package has been deprecated since IPython 4.0. ""

this change fixes the warning.
@jreback jreback added the Docs label Feb 22, 2021
@jreback jreback added this to the 1.3 milestone Feb 22, 2021
@jreback jreback merged commit 7ca1aa8 into pandas-dev:master Feb 22, 2021
@jreback
Copy link
Contributor

jreback commented Feb 22, 2021

thanks @partev

@partev partev deleted the patch-8 branch February 22, 2021 21:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants