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/utils/daemonize.py
Vitor Santos Costa 9c862c21bc jupyter
2018-01-05 16:57:38 +00:00

5 lines
166 B
Python

from warnings import warn
warn("yap_ipython.utils.daemonize has moved to ipyparallel.apps.daemonize", stacklevel=2)
from ipyparallel.apps.daemonize import daemonize