##// 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:

r3408:261328d5
r5100:9ba28dfd
Show More
__init__.py
4 lines | 90 B | text/x-python | PythonLexer
try:
from simplegeneric import *
except ImportError:
from _simplegeneric import *