Skip to content

Commit

Permalink
Trying to add binder launch buttons to run notebooks to enable intera…
Browse files Browse the repository at this point in the history
…ctive widgets
  • Loading branch information
david-lippert committed May 22, 2024
1 parent a515dbd commit 262814f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
8 changes: 8 additions & 0 deletions fire-101/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,11 @@ repository:
html:
use_issues_button: true
use_repository_button: true

launch_buttons:
binderhub_url: "https://mybinder.org" # Update this if you're using a BinderHub that is not mybinder.org.
jupyterhub_url: "" # If you're not using JupyterHub, keep this empty.
notebook_interface: "classic" # Can also be "jupyterlab".
colab_url: "" # If you're not using Google Colab, keep this empty.


1 change: 1 addition & 0 deletions runtime.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
python-3.11

0 comments on commit 262814f

Please sign in to comment.