##// END OF EJS Templates
Backport PR #10030: Fix running %run -d twice...
Backport PR #10030: Fix running %run -d twice I suspect this is a bug in pdb; I'll try to get it fixed there too, but deleting `deb.curframe` seems to work around the issue. Closes 10028 . Signed-off-by: Thomas Kluyver <thomas@kluyver.me.uk>

File last commit:

r21326:c5b82206
r23148:73bd84e4
Show More
daemonize.py
4 lines | 148 B | text/x-python | PythonLexer
from warnings import warn
warn("IPython.utils.daemonize has moved to ipyparallel.apps.daemonize")
from ipyparallel.apps.daemonize import daemonize