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