notebook.community
Edit and run
Today, I'm learning how to set up a Jupyter notebook - it's fun!
In [1]: for i in range(10): print i
for i in range(10): print i
0 1 2 3 4 5 6 7 8 9