File: rich_ipython_widget.py

package info (click to toggle)
python-qtconsole 5.6.1-4
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 1,184 kB
  • sloc: python: 7,222; makefile: 180; sh: 36
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 *