Skip to content

Commit bd68295

Browse files
committed
Change HTML display data priority to match nbconvert's
1 parent 68b709e commit bd68295

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/nbsphinx.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@
5050

5151
# See nbconvert/exporters/html.py:
5252
DISPLAY_DATA_PRIORITY_HTML = (
53-
'application/javascript',
54-
'application/vnd.jupyter.widget-view+json',
5553
'application/vnd.jupyter.widget-state+json',
54+
'application/vnd.jupyter.widget-view+json',
55+
'application/javascript',
5656
'text/html',
5757
'text/markdown',
5858
'image/svg+xml',

0 commit comments

Comments
 (0)