Skip to content

Commit

Permalink
specify priority for notebook outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
mmcky committed Apr 19, 2021
1 parent 147a8d3 commit c67b37d
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions lectures/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,27 @@ bibtex_bibfiles:
sphinx:
extra_extensions: [sphinx_multitoc_numbering]
config:
nb_render_priority:
html:
- "application/vnd.jupyter.widget-view+json"
- "application/javascript"
- "text/html"
- "text/latex"
- "image/svg+xml"
- "image/png"
- "image/jpeg"
- "text/markdown"
- "text/plain"
jupyter:
- "application/vnd.jupyter.widget-view+json"
- "application/javascript"
- "text/html"
- "text/latex"
- "image/svg+xml"
- "image/png"
- "image/jpeg"
- "text/markdown"
- "text/plain"
html_theme: quantecon_book_theme
html_static_path: ['_static']
mathjax_config:
Expand Down

1 comment on commit c67b37d

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.