##// END OF EJS Templates
fix typo in nbconvert help...
fix typo in nbconvert help Latex template is 'base', not 'basic' cf. https://github.com/ipython/ipython/tree/master/IPython/nbconvert/templates/latex

File last commit:

r13347:54891794
r16715:86fd580e
Show More
__init__.py
4 lines | 86 B | text/x-python | PythonLexer
try:
from jsonschema import *
except ImportError :
from ._jsonschema import *