Skip to content

Commit f085739

Browse files
authored
Merge pull request #2701 from mgeier/binder-requirements
Add requirements.txt and postBuild for Binder
2 parents 61e8887 + f676dac commit f085739

File tree

3 files changed

+27
-0
lines changed

3 files changed

+27
-0
lines changed

.binder/README

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
This directory holds configuration files for https://mybinder.org/.
2+
3+
The interactive notebooks can be accessed with this link:
4+
https://mybinder.org/v2/gh/jupyter-widgets/ipywidgets/master?filepath=docs/source/examples
5+
6+
To check out a different version, just replace "master" with the desired
7+
branch/tag name or commit hash.
8+
9+
To use JupyterLab, use:
10+
https://mybinder.org/v2/gh/jupyter-widgets/ipywidgets/master?urlpath=lab/tree/docs/source/examples

.binder/postBuild

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
#!/bin/sh
2+
3+
set -e
4+
5+
npm install -g yarn
6+
7+
./dev-install.sh

.binder/requirements.txt

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
bqplot
2+
ipyleaflet
3+
jupyterlab~=3.0
4+
matplotlib
5+
networkx
6+
numpy
7+
pandas
8+
scikit-image
9+
scikit-learn
10+
sympy

0 commit comments

Comments
 (0)