rich_ipython_widget.py 184 B

1234
  1. import warnings
  2. warnings.warn("qtconsole.rich_ipython_widget is deprecated; "
  3. "use qtconsole.rich_jupyter_widget", DeprecationWarning)
  4. from .rich_jupyter_widget import *