##// END OF EJS Templates
move raw cell inclusion to null.tpl...
move raw cell inclusion to null.tpl select based on raw_format metadata key if defined. Default behavior is to include raw cells of unspecified format (consistent with existing behavior).

File last commit:

r13347:54891794
r13663:326a2965
Show More
__init__.py
4 lines | 88 B | text/x-python | PythonLexer
try:
from jsonpointer import *
except ImportError :
from ._jsonpointer import *