diff --git a/.binder/environment.yml b/.binder/environment.yml new file mode 100644 index 0000000..2310763 --- /dev/null +++ b/.binder/environment.yml @@ -0,0 +1,13 @@ +name: CTD +channels: + - conda-forge +dependencies: + - python=3 + - chardet + - gsw >=3.3.0 + - matplotlib + - numpy + - pandas >=0.24.0 + - pandas-flavor >=0.1.2 + - scipy + - jupyter diff --git a/README.md b/README.md index 3ad7f9f..d81283a 100644 --- a/README.md +++ b/README.md @@ -64,3 +64,7 @@ ax.set_xlabel('Temperature (°C)') ``` ![Good Processing](https://raw.githubusercontent.com/pyoceans/python-ctd/main/docs/readme_02.png) + +## Try it out on mybinder + +[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/pyoceans/python-ctd/HEAD?labpath=notebooks)