##// END OF EJS Templates
skip additionalProperties validation on notebooks from the future...
skip additionalProperties validation on notebooks from the future adding new keys is considered backward-compatible change, so these additional keys should be ignored.

File last commit:

r14009:6f019b30
r18251:8601054f
Show More
__main__.py
3 lines | 109 B | text/x-python | PythonLexer
if __name__ == '__main__':
from IPython.kernel.zmq import kernelapp as app
app.launch_new_instance()