In [1]:
print("Hello world!")
In [3]:
%matplotlib inline
from matplotlib import pyplot as plt
plt.plot(range(5))
Out[3]:
In [ ]: