A simple CLI to interact with binder.
$ python -m binderbot.cli --help Usage: cli.py [OPTIONS] [FILENAMES]... Run local notebooks on a remote binder. Options: --binder-url TEXT URL of binder service. --repo TEXT The GitHub repo to use for the binder image. --ref TEXT The branch or commit`. --output-dir DIRECTORY Directory in which to save the executed notebooks. --help Show this message and exit.
- Free software: BSD license
- TODO
This code was adapted from Hubtraf, written by Yuvi Panda.
This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.