##// END OF EJS Templates
Fix debugger history outside of IPython....
Fix debugger history outside of IPython. This fixes the debugger when ran outside of IPython context as self.shell.debugger_history is not set.

File last commit:

r21337:03608cd1
r27137:2591ecb9
Show More
connect.py
2 lines | 69 B | text/x-python | PythonLexer
from ipykernel.connect import *
from jupyter_client.connect import *