Skip to content

Commit

Permalink
Merge pull request #404 from martinRenou/fix_nbconvert_pdf_export
Browse files Browse the repository at this point in the history
Fix nbconvert pdf export
  • Loading branch information
martinRenou authored Dec 13, 2021
2 parents 623c0b1 + 4cd377c commit 84bf0aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ipympl/backend_nbagg.py
Original file line number Diff line number Diff line change
Expand Up @@ -327,6 +327,7 @@ def _repr_mimebundle_(self, **kwargs):

data = {
'text/plain': plaintext,
'image/png': self._data_url,
'text/html': html,
'application/vnd.jupyter.widget-view+json': {
'version_major': 2,
Expand Down

0 comments on commit 84bf0aa

Please sign in to comment.