Skip to content

Commit bf2c5f4

Browse files
authored
Add Google Colab launch button support (#148)
* Add Google Colab launch button support * Update repository URLs from jstac to QuantEcon and add nb_repository_url * Fix nb_repository_url to point to .notebooks repository
1 parent df2cd77 commit bf2c5f4

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

lectures/_config.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,17 @@ sphinx:
1010
html_theme_options:
1111
header_organisation_url: https://quantecon.org
1212
header_organisation: QuantEcon
13-
repository_url: https://github.com/jstac/continuous_time_mcs
14-
# nb_repository_url: https://github.com/QuantEcon/lecture-python.notebooks
13+
repository_url: https://github.com/QuantEcon/continuous_time_mcs
14+
nb_repository_url: https://github.com/QuantEcon/continuous_time_mcs.notebooks
1515
twitter: quantecon
1616
twitter_logo_url: https://assets.quantecon.org/img/qe-twitter-logo.png
1717
og_logo_url: https://assets.quantecon.org/img/qe-og-logo.png
1818
description: These lectures provides a short introduction to continuous time Markov chains designed and written by Thomas J. Sargent and John Stachurski.
1919
keywords: Python, QuantEcon, Quantitative Economics, Economics, John Stachurski, Schmidt Futures, Markov Chains
2020
analytics:
2121
google_analytics_id: G-MVZ2FSB14W
22+
launch_buttons:
23+
colab_url: https://colab.research.google.com
2224
bibtex_reference_style: author_year
2325
mathjax3_config:
2426
tex:

0 commit comments

Comments
 (0)