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
|
||||
|
||||
[](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).
|
||||
|
|
@ -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:
|
||||
|
||||
|
|
|
|||
|
|
@ -37,6 +37,7 @@ repository:
|
|||
launch_buttons:
|
||||
notebook_interface: jupyterlab
|
||||
binderhub_url: https://mybinder.org
|
||||
thebe: true
|
||||
sphinx:
|
||||
config:
|
||||
html_show_copyright: false
|
||||
|
|
@ -44,4 +45,5 @@ sphinx:
|
|||
logo:
|
||||
image_light: media/qsv-logo.png
|
||||
image_dark: media/qsv-logo-dark.png
|
||||
recursive_update: true
|
||||
language: en
|
||||
|
|
|
|||
|
|
@ -1 +1,2 @@
|
|||
jupyter-book
|
||||
jupyterlab_myst
|
||||
Loading…
Add table
Add a link
Reference in a new issue