##// END OF EJS Templates
Backport PR #6303: Fix error message when failing to load a notebook...
Backport PR #6303: Fix error message when failing to load a notebook - fix missing import in nbformat.reader.reads - show JSON error message if there is one Before, opening a v4 notebook would show: ...

File last commit:

r14009:6f019b30
r17830:a00ad92a
Show More
__main__.py
3 lines | 118 B | text/x-python | PythonLexer
if __name__ == '__main__':
from IPython.parallel.apps import ipcontrollerapp as app
app.launch_new_instance()