##// END OF EJS Templates
move mime-bundle data to rich output.data...
move mime-bundle data to rich output.data from top-level output keys

File last commit:

r18589:135227ac
r18589:135227ac
Show More
Skip Exceptions.ipynb
52 lines | 1.3 KiB | text/plain | TextLexer
In [1]:
raise Exception("message")
---------------------------------------------------------------------------
Exception                                 Traceback (most recent call last)
<ipython-input-1-335814d14fc1> in <module>()
----> 1 raise Exception("message")

Exception: message
In [2]:
print('ok')
ok