Closed edbennett closed 5 months ago
The setup claims that you can work in a notebook or not, as you prefer, but the plotting examples rely on the notebook behaviour to show the notebook.
There should be an explicit plt.show() to ensure that non-notebook folks also see something.
plt.show()
The setup claims that you can work in a notebook or not, as you prefer, but the plotting examples rely on the notebook behaviour to show the notebook.
There should be an explicit
plt.show()
to ensure that non-notebook folks also see something.