notebook.community
Edit and run
In [1]: print("Hello World")
print("Hello World")
Hello World
In [2]: intentionalCompileError
intentionalCompileError
error: <Cell 2>:1:1: error: use of unresolved identifier 'intentionalCompileError' intentionalCompileError ^~~~~~~~~~~~~~~~~~~~~~~
In [ ]: