URL to the relevant documentation
I'm following the tutorial at https://docs.quantum.ibm.com/guides/hello-world
If I follow Step 1 line for line, my script just exits without printing or displaying anything.
Select all that apply
Describe the fix.
I needed to add the below code to get it to show anything (this wasn't obvious to me).
import matplotlib.pyplot as plt
plt.show()