notebook.community
Edit and run
The simplest notebook. Markdown cells are embedded in comments, so the file is a valid python script. Be sure to leave a space after the comment character!
python
In [ ]: print("Hello, IPython")
print("Hello, IPython")