File: rich_ipython_widget.py

package info (click to toggle)
python-qtconsole 5.0.2-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,156 kB
  • sloc: python: 6,778; makefile: 184
file content (4 lines) | stat: -rw-r--r-- 184 bytes parent folder | download | duplicates (3)
1
2
3
4
import warnings
warnings.warn("qtconsole.rich_ipython_widget is deprecated; "
              "use qtconsole.rich_jupyter_widget", DeprecationWarning)
from .rich_jupyter_widget import *