##// END OF EJS Templates
Fix documentation: reference.rst (#13044)...
Fix documentation: reference.rst (#13044) The paragraph there was contradicting the information in `ipython --help`

File last commit:

r25335:5a8935c7
r26623:0aa5c32d
Show More
daemonize.py
4 lines | 200 B | text/x-python | PythonLexer
from warnings import warn
warn("IPython.utils.daemonize has moved to ipyparallel.apps.daemonize since IPython 4.0", DeprecationWarning, stacklevel=2)
from ipyparallel.apps.daemonize import daemonize