We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3af5cd3 commit 20568d3Copy full SHA for 20568d3
lectures/_config.yml
@@ -63,3 +63,16 @@ sphinx:
63
mathjax_path: https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
64
rediraffe_redirects:
65
index_toc.md: intro.md
66
+ tojupyter_static_file_path: ["_static"]
67
+ tojupyter_target_html: true
68
+ tojupyter_urlpath: "https://intro.quantecon.org/"
69
+ tojupyter_image_urlpath: "https://intro.quantecon.org/_static/"
70
+ tojupyter_lang_synonyms: ["ipython", "ipython3", "python"]
71
+ tojupyter_kernels:
72
+ python3:
73
+ kernelspec:
74
+ display_name: "Python"
75
+ language: python3
76
+ name: python3
77
+ file_extension: ".py"
78
+ tojupyter_images_markdown: true
0 commit comments