In PR #107 we migrated to Jupyter Book v2, which had some associated issues.
- Binder configuration no longer seems to work as expected.
- Launch buttons for Google Colab are disabled.
Things that existed in Jupyter Book v0
|
jupyter-book = "0.15.1.*" |
that I'm not sure how to do now:
|
execute: |
|
timeout: 210 # seconds |
- Set launch buttons for Binder and other tools
|
# Launch button settings |
|
launch_buttons: |
|
notebook_interface: jupyterlab |
|
binderhub_url: https://mybinder.org |
|
colab_url: https://colab.research.google.com |
from #107 (comment)
In PR #107 we migrated to Jupyter Book v2, which had some associated issues.
from #107 (comment)