Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 1.2 KB

README.md

File metadata and controls

21 lines (12 loc) · 1.2 KB

Interactive dashboard from notebook with Voilà

Voilà
Binder

This example demonstrates how to use Voilà on Binder.

Original code found on this repository

Configuration

If you would like to use the same configuration as this repository but for another project, check out the following steps:

  1. Make sure the repository is publicly available (on GitHub, Gitlab or as a GitHub Gist
  2. Define the dependencies in environment.yml. requirements.txt is also supported. In the dependency file, add voila.
  3. Edit the README file and change the Binder url to https://mybinder.org/v2/gh/YOUR-USERNAME/voila/HEAD?urlpath=voila%2Ftree%2Fnotebooks where you replace YOUR-USERNAME by your actual github username (you can find it in the link in the address bar in your own repository).

For more details, check out the Voilà documentation on https://voila.readthedocs.io/en/latest/deploy.html#deployment-on-binder