From 8a174bdad88a19412714d82ff043565ded6f49a5 Mon Sep 17 00:00:00 2001 From: AakashGC Date: Mon, 22 Mar 2021 17:46:44 +1100 Subject: [PATCH] adding jupyterhub urls to test on qe-theme ci --- lectures/_config.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lectures/_config.yml b/lectures/_config.yml index ce878150..d33f2283 100644 --- a/lectures/_config.yml +++ b/lectures/_config.yml @@ -28,6 +28,12 @@ sphinx: description: This website presents a set of lectures on python programming for economics, designed and written by Thomas J. Sargent and John Stachurski. keywords: Python, QuantEcon, Quantitative Economics, Economics, Sloan, Alfred P. Sloan Foundation, Tom J. Sargent, John Stachurski google_analytics_id: UA-54984338-9 + launch_buttons: + notebook_interface : classic # The interface interactive links will activate ["classic", "jupyterlab"] + binderhub_url : https://mybinder.org # The URL of the BinderHub (e.g., https://mybinder.org) + jupyterhub_url : https://datahub.berkeley.edu # The URL of the JupyterHub (e.g., https://datahub.berkeley.edu) + thebe : false # Add a thebe button to pages (requires the repository to run on Binder) + colab_url : https://colab.research.google.com # The URL of Google Colab (https://colab.research.google.com) rediraffe_redirects: index_toc.md: intro.md tojupyter_static_file_path: ["source/_static", "_static"]