##// END OF EJS Templates
Don't use io.rprint in jupyter_client.session...
Don't use io.rprint in jupyter_client.session use log.warn

File last commit:

r21088:5c672627
r21112:3408aef4
Show More
daemonize.py
4 lines | 158 B | text/x-python | PythonLexer
Min RK
shim IPython.utils.daemonize
r21088 from warnings import warn
warn("IPython.utils.daemonize has moved to ipython_parallel.apps.daemonize")
from ipython_parallel.apps.daemonize import daemonize