We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60c2d39 commit 69b50daCopy full SHA for 69b50da
.binder/README
@@ -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
@@ -0,0 +1,7 @@
+#!/bin/sh
+set -e
+npm install -g yarn
+./dev-install.sh
.binder/requirements.txt
@@ -0,0 +1,9 @@
+bqplot
+ipyleaflet
+matplotlib
+networkx
+numpy
+pandas
+scikit-image
+scikit-learn
+sympy
0 commit comments