Skip to content
Snippets Groups Projects
Commit 33e57a0c authored by Anton Akhmerov's avatar Anton Akhmerov
Browse files

only use fenced code for execution

parent c6cfa854
Branches
No related tags found
No related merge requests found
......@@ -9,7 +9,7 @@ from traitlets.config import Config
from nbconvert_fix import ExtractOutputPreprocessor
reader = notedown.MarkdownReader()
reader = notedown.MarkdownReader(code_regex='fenced')
mimetypes.add_type('application/vnd.plotly.v1+json', '.json')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment