##// END OF EJS Templates
load kernel js, css, logo on spec_changed event...
load kernel js, css, logo on spec_changed event Ensures kernel.js is always loaded. It wasn't being loaded when creating a new notebook with a particular kernel because `change_kernel` wasn't being called. Only the `spec_changed` event is triggered by all the various ways a kernel can be loaded, so load kernel stuff on that event.
Min RK -
r19745:bff10f31
Show More
Name Size Modified Last Commit Author
/ IPython / nbformat
tests
v1
v2
v3
v4
__init__.py Loading ...
converter.py Loading ...
current.py Loading ...
notebooknode.py Loading ...
reader.py Loading ...
sign.py Loading ...
validator.py Loading ...