Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/parente/pydatatri

Demo of creating a Binder compatible repo through the GitHub UI
https://github.com/parente/pydatatri

Last synced: 8 days ago
JSON representation

Demo of creating a Binder compatible repo through the GitHub UI

Awesome Lists containing this project

README

        

# pydatatri

[![Binder](https://mybinder.org/badge.svg)](https://mybinder.org/v2/gh/parente/pydatatri/master)

Demo of launching a Jupyter Notebook using [Binder](https://mybinder.org) entirely using the GitHub UI (no local git).

0. Visit https://github.com/ and sign in.
1. Click New Repository.
2. Click to create a README.
3. Click *Create new file*.
4. Create a valid `requirements.txt` (or environment.yaml, or Dockerfile, or [any supported Binder format](https://mybinder.readthedocs.io/en/latest/)).
5. Visit [mybinder.org](https://mybinder.org).
6. Enter your `username/repo`.
7. Click launch.

For many, many more options see https://mybinder.readthedocs.io/en/latest/.