Create a Histogram

Create a histogram, fill it with random numbers, set its colour to blue, draw it. Can you:

  • Can you use the native Python random number generator for this?
  • Can you make your plot interactive using JSROOT?
  • Can you document what you did in markdown?

In [1]:
import ROOT


Welcome to JupyROOT 6.10/06

In [ ]:
# Your Code Here