Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add requirements.txt and postBuild for Binder #2701

Merged
merged 4 commits into from Mar 12, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
10 changes: 10 additions & 0 deletions .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
7 changes: 7 additions & 0 deletions .binder/postBuild
@@ -0,0 +1,7 @@
#!/bin/sh

set -e

npm install -g yarn

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