Unidata / python-training

Notebooks teaching Python for use meteorology and atmospheric and climate sciences.
https://unidata.github.io/python-training
BSD 3-Clause "New" or "Revised" License
125 stars 69 forks source link

Extra re-import #87

Open jrleeman opened 4 years ago

jrleeman commented 4 years ago

Pandas notebook has an extra import statement that should be removed.

dcamron commented 4 years ago

Appears there are a few import hiccups throughout, like the pages/gallery/850hPa_Temperature_Advection.ipynb notebook has a holdover import scipy.ndimage as ndimage from the previous python-gallery page/old notebooks. Will try and dig through and find more of these if there are any. Thanks for all the things to look at John!

jrleeman commented 4 years ago

No worries! Just wanted to clear out some notes from the workshop!