From dd139e67013dbc83dee9663557cc9f7d98184bfa Mon Sep 17 00:00:00 2001 From: Daksh Bajaj Date: Sat, 6 Dec 2025 21:55:44 +0530 Subject: [PATCH] Add Binder module to homepage --- index.html | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/index.html b/index.html index ced4d09d..d65ecf46 100644 --- a/index.html +++ b/index.html @@ -84,6 +84,21 @@ alt: spark logo to represent big data src: assets/homepage/spark.svg +binder: + headline: 'Binder: Run notebooks from a Git repository' + description: Binder lets you turn Git repositories into live, shareable computing environments in the cloud so anyone can run your notebooks without installing anything. + class: section-grey + image: + alt: example Binder session running in a browser + src: assets/homepage/jupyterpreview + width: 885 + height: 627 + loading: lazy + buttons: + - class: + href: /binder + text: Learn more about Binder + jupyterhub: image: alt: jupyterhub logo @@ -294,6 +309,13 @@ buttons=page.notebook.buttons features=page.notebook.features %} + {% include homepage-section.html + class=page.binder.class + headline=page.binder.headline + description=page.binder.description + image=page.binder.image + buttons=page.binder.buttons + %}