Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
%}

<section class="jupyterhub section-grey homepage-section">
<div>
Expand Down