Skip to content

Commit

Permalink
Merge pull request #2701 from mgeier/binder-requirements
Browse files Browse the repository at this point in the history
Add requirements.txt and postBuild for Binder
  • Loading branch information
ianhi authored Mar 12, 2021
2 parents 61e8887 + f676dac commit f085739
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .binder/README
Original file line number Diff line number Diff line change
@@ -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
7 changes: 7 additions & 0 deletions .binder/postBuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/bin/sh

set -e

npm install -g yarn

./dev-install.sh
10 changes: 10 additions & 0 deletions .binder/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
bqplot
ipyleaflet
jupyterlab~=3.0
matplotlib
networkx
numpy
pandas
scikit-image
scikit-learn
sympy

0 comments on commit f085739

Please sign in to comment.