5 lines
169 B
Python
5 lines
169 B
Python
|
import warnings
|
||
|
warnings.warn("qtconsole.ipython_widget is deprecated; "
|
||
|
"use qtconsole.jupyter_widget", DeprecationWarning)
|
||
|
from .jupyter_widget import *
|