##// END OF EJS Templates
add nbformat.output_from_msg...
add nbformat.output_from_msg for creating the appropriate NotebookNode from an output message on the IOPub channel.

File last commit:

r14009:6f019b30
r18582:b3e49660
Show More
__main__.py
3 lines | 102 B | text/x-python | PythonLexer
if __name__ == '__main__':
from IPython.terminal.console import app
app.launch_new_instance()