ipycache icon indicating copy to clipboard operation
ipycache copied to clipboard

deprecation warning for IPython.config import

Open den-run-ai opened this issue 9 years ago • 1 comments

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.")

den-run-ai avatar Oct 27 '15 22:10 den-run-ai

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.

fbnrst avatar Jun 21 '16 12:06 fbnrst