This is my notebookΒΆ

import numpy as np
import matplotlib.pyplot as plt
a = np.random.randint(0, 255, (100,100))
plt.imshow(a);
../_images/notebook_3_0.png