Skip to content

Commit d087892

Browse files
authored
Merge pull request #102 from vidartf/skip-widget-view
Do not compare widget views MIME data
2 parents 7c6cd71 + 2e17d0b commit d087892

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

nbval/plugin.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,7 @@ def __init__(self, *args, **kwargs):
212212
'output_type',
213213
'name',
214214
'execution_count',
215+
'application/vnd.jupyter.widget-view+json' # Model IDs are random
215216
)
216217
if not config.option.nbdime:
217218
self.skip_compare = self.skip_compare + ('image/png', 'image/jpeg')

0 commit comments

Comments
 (0)