##// END OF EJS Templates
Adding base_project_url and base_kernel_url as HTML data attribs....
Adding base_project_url and base_kernel_url as HTML data attribs. * Also saving the notebook_id using that as well.

File last commit:

r4053:b45902e3
r5100:9ba28dfd
Show More
__init__.py
4 lines | 82 B | text/x-python | PythonLexer
try:
from decorator import *
except ImportError:
from _decorator import *