Open
Description
I'm getting the following warning against IPython installed from a current pip install of jupyter
:
%load_ext sql
/usr/local/lib/python3.4/dist-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)
/usr/local/lib/python3.4/dist-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.")
[Ah - I see this has been addressed in https://github.com//pull/42 - but not accepted yet?]
Metadata
Metadata
Assignees
Labels
No labels