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
No related branches found
No related tags found
1 merge request!4Learning goals
Pipeline #14341 passed
......@@ -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.
Finish editing this message first!
Please register or to comment