This repository contains a set of Python training examples for the NOAA GSL summer internship program.
You can run the Juypter Notebooks interactively on the cloud for free by clicking the launch binder
button above. When using binder to explore, you cannot save your work, but you can have the freedom of knowing you aren't going to break anything!
These example notebooks are intended for educational purposes only.
To use many of the example Jupyter Notebooks in your local space, you will need Python 3.6+ and the following packages:
- numpy
- matplotlib
- pandas
- netcdf4
- pynio
Note: JupyterNotebooksGuide.ipynb and PythonTraining.ipynb require no additional 3rd party packages.