##// END OF EJS Templates
Kernel/notebook mapping is removed when a kernel dies....
Kernel/notebook mapping is removed when a kernel dies. * Previously, when a kernel died due to an external cause, the notebook/kernel mapping was not removed, so the kernel would be resused even though it was dead. * The heartbeat now properly removes the notebook/kernel mapping.

File last commit:

r3408:261328d5
r4563:a1dcaf67
Show More
__init__.py
4 lines | 72 B | text/x-python | PythonLexer
try:
from path import *
except ImportError:
from _path import *