Skip to content

Commit fa442f6

Browse files
authored
✨ NEW: Adding launch urls in config to test on qe-theme CI QuantEcon#127
1 parent ab66c1d commit fa442f6

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

lectures/_config.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,12 @@ sphinx:
2828
description: This website presents a set of lectures on python programming for economics, designed and written by Thomas J. Sargent and John Stachurski.
2929
keywords: Python, QuantEcon, Quantitative Economics, Economics, Sloan, Alfred P. Sloan Foundation, Tom J. Sargent, John Stachurski
3030
google_analytics_id: UA-54984338-9
31+
launch_buttons:
32+
notebook_interface : classic # The interface interactive links will activate ["classic", "jupyterlab"]
33+
binderhub_url : https://mybinder.org # The URL of the BinderHub (e.g., https://mybinder.org)
34+
jupyterhub_url : https://datahub.berkeley.edu # The URL of the JupyterHub (e.g., https://datahub.berkeley.edu)
35+
thebe : false # Add a thebe button to pages (requires the repository to run on Binder)
36+
colab_url : https://colab.research.google.com # The URL of Google Colab (https://colab.research.google.com)
3137
rediraffe_redirects:
3238
index_toc.md: intro.md
3339
tojupyter_static_file_path: ["source/_static", "_static"]

0 commit comments

Comments
 (0)