##// END OF EJS Templates
do not shutdown notebook if 'n' is part of answer...
do not shutdown notebook if 'n' is part of answer this prevents commands like 'yesn' to shut down the notebook server

File last commit:

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