Skip to content

Commit 4cd377c

Browse files
committed
Fix nbconvert pdf export
1 parent 623c0b1 commit 4cd377c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ipympl/backend_nbagg.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -327,6 +327,7 @@ def _repr_mimebundle_(self, **kwargs):
327327

328328
data = {
329329
'text/plain': plaintext,
330+
'image/png': self._data_url,
330331
'text/html': html,
331332
'application/vnd.jupyter.widget-view+json': {
332333
'version_major': 2,

0 commit comments

Comments
 (0)