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>](https://cdn.curvenote.com/018f1b38-d1b1-7a1e-926e-57c4f3eaf252/public/b26e748b71eeb2290a4a55fb402a0881.png)
Figure 1:Matplotlib plot in a figure in the notebook
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 1:Matplotlib plot in a figure in the notebook