notebook.community
Edit and run
In [1]: import os print("hello world")
import os print("hello world")
hello world
In [4]: from IPython.display import Image Image(filename="baby.jpg")
from IPython.display import Image Image(filename="baby.jpg")
Out[4]:
In [ ]: