Skip to content

Commit

Permalink
feat: add launch buttons for binder and thebe
Browse files Browse the repository at this point in the history
  • Loading branch information
rzmk committed May 30, 2024
1 parent b144cd0 commit 47f33d6
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# 100.dathere.com

[![Jupyter Book Badge](https://jupyterbook.org/badge.svg)](https://100.dathere.com)

**Try out available exercises:** [100.dathere.com](https://100.dathere.com)

This codebase includes source code for "100 exercises with qsv" found at [100.dathere.com](https://100.dathere.com).
Expand All @@ -10,9 +12,9 @@ This codebase includes source code for "100 exercises with qsv" found at [100.da

Ensure you are using one of the following OS/software:

- Windows Subsystem for Linux 2 (not Windows) running Ubuntu
- macOS
- Linux
- Windows Subsystem for Linux 2 (not Windows) running Ubuntu
- macOS
- Linux

0. Install the prerequisites:

Expand Down
2 changes: 2 additions & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,13 @@ repository:
launch_buttons:
notebook_interface: jupyterlab
binderhub_url: https://mybinder.org
thebe: true
sphinx:
config:
html_show_copyright: false
html_theme_options:
logo:
image_light: media/qsv-logo.png
image_dark: media/qsv-logo-dark.png
recursive_update: true
language: en
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
jupyter-book
jupyter-book
jupyterlab_myst

0 comments on commit 47f33d6

Please sign in to comment.