/
githubmirror
/
nbs
Обзор
Документация
Войти
/
githubmirror
/
nbs
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
contrib/python/ipython/py2/IPython/lib/kernel.py
12 строк
297 B
wilytiger
support building opensource nbs with ya make
09 окт 2023, 17:33
09 окт 2023, 17:33
759d542
Код
Авторство
О чём код?
"""[DEPRECATED] Utilities for connecting to kernels Moved to IPython.kernel.connect """ import warnings warnings.warn("IPython.lib.kernel moved to IPython.kernel.connect in IPython 1.0," " and will be removed in IPython 6.0.", DeprecationWarning ) from ipykernel.connect import *