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

deprecation warning for IPython.config import #37

Open
den-run-ai opened this issue Oct 27, 2015 · 1 comment
Open

deprecation warning for IPython.config import #37

den-run-ai opened this issue Oct 27, 2015 · 1 comment

Comments

@den-run-ai
Copy link

C:\Python\Python27\lib\site-packages\IPython\config.py:13: ShimWarning: The `IPython.config` package has been deprecated. You should import from traitlets.config instead.
  "You should import from traitlets.config instead.", ShimWarning)
C:\Python\Python27\lib\site-packages\IPython\utils\traitlets.py:5: UserWarning: IPython.utils.traitlets has moved to a top-level traitlets package.
  warn("IPython.utils.traitlets has moved to a top-level traitlets package.")
@fbnrst
Copy link
Contributor

fbnrst commented Jun 21, 2016

I get the same warning when I load ipycache using %load_ext ipycache in Jupyter notebooks. I have IPython 4.1.2 and Jupyter 4.2.0 installed.

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

2 participants