From 3f4468cf10c6e88bc658f0ad736f945c1a7d6f59 Mon Sep 17 00:00:00 2001 From: Filipe Fernandes Date: Wed, 21 Sep 2022 06:25:42 -0300 Subject: [PATCH 1/2] add binder link and env --- .binder/environment.yml | 13 +++++++++++++ README.md | 4 ++++ 2 files changed, 17 insertions(+) create mode 100644 .binder/environment.yml 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..dbcdd61 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) \ No newline at end of file From a255e5f0e3ef080f807b9cdab26885bce855213f Mon Sep 17 00:00:00 2001 From: Filipe Fernandes Date: Wed, 21 Sep 2022 06:26:36 -0300 Subject: [PATCH 2/2] add readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dbcdd61..d81283a 100644 --- a/README.md +++ b/README.md @@ -67,4 +67,4 @@ ax.set_xlabel('Temperature (°C)') ## Try it out on mybinder -[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/pyoceans/python-ctd/HEAD?labpath=notebooks) \ No newline at end of file +[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/pyoceans/python-ctd/HEAD?labpath=notebooks)