Skip to content

Commit 0b7c44d

Browse files
committed
Changed to keep images embedded in the converted html file
1 parent ad14780 commit 0b7c44d

File tree

1 file changed

+1
-1
lines changed
  • src/jupyter_contrib_nbextensions/nbconvert_support

1 file changed

+1
-1
lines changed

src/jupyter_contrib_nbextensions/nbconvert_support/toc2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ def _raw_mimetypes_default(self):
4949

5050
@property
5151
def default_config(self):
52-
c = Config({'ExtractOutputPreprocessor': {'enabled': True}})
52+
c = Config({'ExtractOutputPreprocessor': {'enabled': False}})
5353
# import here to avoid circular import
5454
from jupyter_contrib_nbextensions.nbconvert_support import (
5555
templates_directory)

0 commit comments

Comments
 (0)