diff --git a/.binder/README b/.binder/README new file mode 100644 index 0000000000..f445232916 --- /dev/null +++ b/.binder/README @@ -0,0 +1,10 @@ +This directory holds configuration files for https://mybinder.org/. + +The interactive notebooks can be accessed with this link: +https://mybinder.org/v2/gh/jupyter-widgets/ipywidgets/master?filepath=docs/source/examples + +To check out a different version, just replace "master" with the desired +branch/tag name or commit hash. + +To use JupyterLab, use: +https://mybinder.org/v2/gh/jupyter-widgets/ipywidgets/master?urlpath=lab/tree/docs/source/examples diff --git a/.binder/postBuild b/.binder/postBuild new file mode 100755 index 0000000000..87da6fce3a --- /dev/null +++ b/.binder/postBuild @@ -0,0 +1,7 @@ +#!/bin/sh + +set -e + +npm install -g yarn + +./dev-install.sh diff --git a/.binder/requirements.txt b/.binder/requirements.txt new file mode 100644 index 0000000000..6d41ba8551 --- /dev/null +++ b/.binder/requirements.txt @@ -0,0 +1,10 @@ +bqplot +ipyleaflet +jupyterlab~=3.0 +matplotlib +networkx +numpy +pandas +scikit-image +scikit-learn +sympy