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 68b709e commit bd68295Copy full SHA for bd68295
src/nbsphinx.py
@@ -50,9 +50,9 @@
50
51
# See nbconvert/exporters/html.py:
52
DISPLAY_DATA_PRIORITY_HTML = (
53
- 'application/javascript',
54
- 'application/vnd.jupyter.widget-view+json',
55
'application/vnd.jupyter.widget-state+json',
+ 'application/vnd.jupyter.widget-view+json',
+ 'application/javascript',
56
'text/html',
57
'text/markdown',
58
'image/svg+xml',
0 commit comments