From f218bb2bf26094d53b6287a42e238110951b1c40 Mon Sep 17 00:00:00 2001 From: Tony Hirst Date: Fri, 23 Nov 2018 15:36:14 +0000 Subject: [PATCH 1/3] Add notebook dependency --- requirements.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 requirements.txt diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..30317e9 --- /dev/null +++ b/requirements.txt @@ -0,0 +1 @@ +astroquery From 89eb06479a3ff331c3b856cedcfbcafba9a8a872 Mon Sep 17 00:00:00 2001 From: Tony Hirst Date: Fri, 23 Nov 2018 15:37:07 +0000 Subject: [PATCH 2/3] Install/enable pyesasky extension --- postBuild | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 postBuild diff --git a/postBuild b/postBuild new file mode 100644 index 0000000..2cfa3d0 --- /dev/null +++ b/postBuild @@ -0,0 +1,2 @@ +jupyter nbextension install --py --sys-prefix pyesasky +jupyter nbextension enable --py --sys-prefix pyesasky From 61c9937025bb51c19107a6156dbc8f152db81184 Mon Sep 17 00:00:00 2001 From: Tony Hirst Date: Fri, 23 Nov 2018 15:38:25 +0000 Subject: [PATCH 3/3] Add Binder button (note: relative to parent repo) --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 28c82e6..1e72b23 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,8 @@ ESASky Jupyter widget - some Jupyter Notebook sample files in jupyter_samples fo - pyESASky-astroquery.ipynb (integration and overlay of Gaia DR2 data) +[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/fab77/pyesasky/master) + # Installation