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 a2218a7 commit b44e6c8Copy full SHA for b44e6c8
lectures/_config.yml
@@ -16,6 +16,17 @@ html:
16
sphinx:
17
extra_extensions: [sphinx_multitoc_numbering, sphinxext.rediraffe, sphinx_tojupyter]
18
config:
19
+ nb_render_priority:
20
+ html:
21
+ - "application/vnd.jupyter.widget-view+json"
22
+ - "application/javascript"
23
+ - "text/html"
24
+ - "text/latex"
25
+ - "image/svg+xml"
26
+ - "image/png"
27
+ - "image/jpeg"
28
+ - "text/markdown"
29
+ - "text/plain"
30
html_favicon: _static/lectures-favicon.ico
31
html_theme: quantecon_book_theme
32
html_static_path: ['_static']
0 commit comments