import numpy as np
import matplotlib.pyplot as plt
= np.linspace(0, 20, 100)
x
plt.plot(x, np.sin(x)) plt.show()
Rain fall
You can add options to executable code like this
The echo: false
option disables the printing of code (only output is displayed).