We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad14780 commit 0b7c44dCopy full SHA for 0b7c44d
src/jupyter_contrib_nbextensions/nbconvert_support/toc2.py
@@ -49,7 +49,7 @@ def _raw_mimetypes_default(self):
49
50
@property
51
def default_config(self):
52
- c = Config({'ExtractOutputPreprocessor': {'enabled': True}})
+ c = Config({'ExtractOutputPreprocessor': {'enabled': False}})
53
# import here to avoid circular import
54
from jupyter_contrib_nbextensions.nbconvert_support import (
55
templates_directory)
0 commit comments