Skip to content

Commit

Permalink
Revert "[TEST] demote javascript and jupyter widgets for html builder"
Browse files Browse the repository at this point in the history
This reverts commit a881d8f.
  • Loading branch information
mmcky committed May 3, 2021
1 parent a881d8f commit 6ef509f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lectures/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@ sphinx:
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"
- "application/vnd.jupyter.widget-view+json"
- "application/javascript"
jupyter:
- "application/vnd.jupyter.widget-view+json"
- "application/javascript"
Expand Down

1 comment on commit 6ef509f

@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.