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
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