mirror of
https://github.com/dathere/100.dathere.com.git
synced 2025-12-19 08:39:24 +00:00
feat: add launch buttons for binder and thebe
This commit is contained in:
parent
b144cd0348
commit
47f33d667d
3 changed files with 9 additions and 4 deletions
|
|
@ -1,5 +1,7 @@
|
||||||
# 100.dathere.com
|
# 100.dathere.com
|
||||||
|
|
||||||
|
[](https://100.dathere.com)
|
||||||
|
|
||||||
**Try out available exercises:** [100.dathere.com](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).
|
This codebase includes source code for "100 exercises with qsv" found at [100.dathere.com](https://100.dathere.com).
|
||||||
|
|
|
||||||
|
|
@ -37,6 +37,7 @@ repository:
|
||||||
launch_buttons:
|
launch_buttons:
|
||||||
notebook_interface: jupyterlab
|
notebook_interface: jupyterlab
|
||||||
binderhub_url: https://mybinder.org
|
binderhub_url: https://mybinder.org
|
||||||
|
thebe: true
|
||||||
sphinx:
|
sphinx:
|
||||||
config:
|
config:
|
||||||
html_show_copyright: false
|
html_show_copyright: false
|
||||||
|
|
@ -44,4 +45,5 @@ sphinx:
|
||||||
logo:
|
logo:
|
||||||
image_light: media/qsv-logo.png
|
image_light: media/qsv-logo.png
|
||||||
image_dark: media/qsv-logo-dark.png
|
image_dark: media/qsv-logo-dark.png
|
||||||
|
recursive_update: true
|
||||||
language: en
|
language: en
|
||||||
|
|
|
||||||
|
|
@ -1 +1,2 @@
|
||||||
jupyter-book
|
jupyter-book
|
||||||
|
jupyterlab_myst
|
||||||
Loading…
Add table
Add a link
Reference in a new issue