The first notebook of ipython


In [1]:
import os
print("hello world")


hello world

In [4]:
from IPython.display import Image
Image(filename="baby.jpg")


Out[4]:

In [ ]: