Skip to content

Commit 20568d3

Browse files
authored
FIX: fix download noteboks with code-cell outputs (#250)
1 parent 3af5cd3 commit 20568d3

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

lectures/_config.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,3 +63,16 @@ sphinx:
6363
mathjax_path: https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
6464
rediraffe_redirects:
6565
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

Comments
 (0)