mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-19 06:35:10 +00:00
5 lines
155 B
Python
5 lines
155 B
Python
from warnings import warn
|
|
|
|
warn("IPython.utils.localinterfaces has moved to jupyter_client.localinterfaces")
|
|
|
|
from jupyter_client.localinterfaces import *
|