From 19409d3b0d9f7118f89307e37445de4b05aca334 Mon Sep 17 00:00:00 2001 From: john Date: Mon, 19 Apr 2021 15:40:03 +0100 Subject: [PATCH] added binder folder --- binder/environment.yml | 17 +++++++++++++++++ binder/postBuild | 5 +++++ 2 files changed, 22 insertions(+) create mode 100644 binder/environment.yml create mode 100644 binder/postBuild diff --git a/binder/environment.yml b/binder/environment.yml new file mode 100644 index 0000000..a48c4bd --- /dev/null +++ b/binder/environment.yml @@ -0,0 +1,17 @@ +name: ipyrun +# channels priority +# see https://bioconda.github.io/ +# conda-forge has highest prioriy +channels: + - defaults + - conda-forge +dependencies: + - python>=3.7 + - numpy + - pandas + - altair + - jupyterlab + - voila + - pillow + - nodejs + - ipywidgets \ No newline at end of file diff --git a/binder/postBuild b/binder/postBuild new file mode 100644 index 0000000..c8b1571 --- /dev/null +++ b/binder/postBuild @@ -0,0 +1,5 @@ +jupyter labextension install \ + @jupyter-widgets/jupyterlab-manager \ + jupyterlab-topbar-extension \ + jupyterlab-system-monitor \ + jupyterlab-topbar-text \ \ No newline at end of file