File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99
1010from IPython .utils .shimmodule import ShimModule , ShimWarning
1111
12- warn ("The `IPython.config` package has been deprecated. "
12+ warn ("The `IPython.config` package has been deprecated since IPython 4.0 . "
1313 "You should import from traitlets.config instead." , ShimWarning )
1414
1515
Original file line number Diff line number Diff line change 1717
1818from IPython .utils .shimmodule import ShimModule , ShimWarning
1919
20- warn ("The top-level `frontend` package has been deprecated. "
20+ warn ("The top-level `frontend` package has been deprecated since IPython 1.0 . "
2121 "All its subpackages have been moved to the top `IPython` level." , ShimWarning )
2222
2323# Unconditionally insert the shim into sys.modules so that further import calls
Original file line number Diff line number Diff line change 99
1010from IPython .utils .shimmodule import ShimModule , ShimWarning
1111
12- warn ("The `IPython.html` package has been deprecated. "
12+ warn ("The `IPython.html` package has been deprecated since IPython 4.0 . "
1313 "You should import from `notebook` instead. "
1414 "`IPython.html.widgets` has moved to `ipywidgets`." , ShimWarning )
1515
Original file line number Diff line number Diff line change 99
1010from IPython .utils .shimmodule import ShimModule , ShimWarning
1111
12- warn ("The `IPython.kernel` package has been deprecated. "
12+ warn ("The `IPython.kernel` package has been deprecated since IPython 4.0. "
1313 "You should import from ipykernel or jupyter_client instead." , ShimWarning )
1414
1515
Original file line number Diff line number Diff line change 99
1010from IPython .utils .shimmodule import ShimModule , ShimWarning
1111
12- warn ("The `IPython.nbconvert` package has been deprecated. "
12+ warn ("The `IPython.nbconvert` package has been deprecated since IPython 4.0 . "
1313 "You should import from nbconvert instead." , ShimWarning )
1414
1515# Unconditionally insert the shim into sys.modules so that further import calls
Original file line number Diff line number Diff line change 99
1010from IPython .utils .shimmodule import ShimModule , ShimWarning
1111
12- warn ("The `IPython.nbformat` package has been deprecated. "
12+ warn ("The `IPython.nbformat` package has been deprecated since IPython 4.0 . "
1313 "You should import from nbformat instead." , ShimWarning )
1414
1515# Unconditionally insert the shim into sys.modules so that further import calls
Original file line number Diff line number Diff line change 99
1010from IPython .utils .shimmodule import ShimModule , ShimWarning
1111
12- warn ("The `IPython.parallel` package has been deprecated. "
12+ warn ("The `IPython.parallel` package has been deprecated since IPython 4.0 . "
1313 "You should import from ipyparallel instead." , ShimWarning )
1414
1515# Unconditionally insert the shim into sys.modules so that further import calls
Original file line number Diff line number Diff line change 99
1010from IPython .utils .shimmodule import ShimModule , ShimWarning
1111
12- warn ("The `IPython.qt` package has been deprecated. "
12+ warn ("The `IPython.qt` package has been deprecated since IPython 4.0 . "
1313 "You should import from qtconsole instead." , ShimWarning )
1414
1515# Unconditionally insert the shim into sys.modules so that further import calls
Original file line number Diff line number Diff line change 99
1010from IPython .utils .shimmodule import ShimModule , ShimWarning
1111
12- warn ("The `IPython.terminal.console` package has been deprecated. "
12+ warn ("The `IPython.terminal.console` package has been deprecated since IPython 4.0 . "
1313 "You should import from jupyter_console instead." , ShimWarning )
1414
1515# Unconditionally insert the shim into sys.modules so that further import calls
You can’t perform that action at this time.
0 commit comments