Code
import numpy as np
random_numbers = np.random.rand(5)
print(random_numbers)Michael Booth
October 9, 2024
This is another example Jupyter notebook that includes Quarto front matter. The front matter is included in a raw cell at the beginning of the notebook.
See if re-executes now