In [ ]:
print("We're good.")


'Hello World!'

In [ ]:
# This causes multiple output elements to be created, one of type "display_data" and another of type "error."
from IPython.core.display import display, HTML
display(HTML("<style>.container { width:100% !important; }</style>"))

assert False

In [ ]:
print "Shouldn't get here."