This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
yap-6.3/packages/python/yap_kernel/yap_ipython/lib/kernel.py
Vitor Santos Costa c59b01e53c update jupyter
2018-10-16 14:33:16 +01:00

14 lines
309 B
Python

"""[DEPRECATED] Utilities for connecting to kernels
Moved to yap_ipython.kernel.connect
"""
import warnings
warnings.warn("yap_ipython.lib.kernel moved to yap_ipython.kernel.connect in IPython 1.0,"
" and will be removed in IPython 6.0.",
DeprecationWarning
)
from ipykernel.connect import *