UoMResearchIT / programming_with_python

Intermediate Python programming course
https://uomresearchit.github.io/programming_with_python/
Other
1 stars 0 forks source link

plt.show isn't necessary in Jupyter notebooks #16

Open SJaffa opened 5 days ago

SJaffa commented 5 days ago

https://github.com/UoMResearchIT/programming_with_python/blob/19edfb758c78c9614ae7a2406dfa581a473f47ac/_episodes/03-numpy_essential.md?plain=1#L214

This line doesn't change the output as the plot shows by default, so we should either remove it or explain it is there because it is useful in python scripts and programs.