notebook.community
Edit and run
In [ ]: %matplotlib inline
%matplotlib inline
In [ ]: print("first cell")
print("first cell")
In [ ]: print("second cell")
print("second cell")
Some text goes here.
In [ ]: print("last cell")
print("last cell")