sa2c / python-oop-novice

An introduction to object-oriented programming for Python users in research
https://sa2c.github.io/python-oop-novice/
Other
1 stars 5 forks source link

Non-notebook plots #24

Closed edbennett closed 5 months ago

edbennett commented 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.