##// END OF EJS Templates
use hbox mixin instead of class...
use hbox mixin instead of class this will allow dynamic css in nbviewer like vbox-ing for low res without JS or change in html

File last commit:

r8525:61ef7793
r10215:5a8d5b81
Show More
__init__.py
4 lines | 85 B | text/x-python | PythonLexer
try:
from jsonschema import *
except ImportError :
from _jsonschema import *