The Matplotlib Notebook

Curvenote
Executable Books
import numpy as np
import pandas as pd
import matplotlib.pyplot as plt
print("Hello World")
plt.imshow(np.random.random((3,3)));
print("Hello Stream Output")
Hello Stream Output
<Figure size 432x288 with 1 Axes>

Figure 1:Matplotlib plot in a figure in the notebook