-
Notifications
You must be signed in to change notification settings - Fork 801
Closed
Description
Hey,
I just followed the wiki guide to install some nbextensions:
- clone the
masterbranch of this repo and usesetup.py - use
jupyter nbextensions enable <name> - use following configuration in
~/.ipython/profile_default/ipython_config.py
c = get_config()
c.InteractiveShellApp.matplotlib = "inline"
c.NotebookApp.server_extensions = ['nbextensions']
c.Exporter.template_path = [os.path.join(jupyter_data_dir(), 'templates')]
c.Exporter.preprocessors = [
"pre_codefolding.CodeFoldingPreprocessor",
"pre_pymarkdown.PyMarkdownPreprocessor"
]
c.NbConvertApp.postprocessor_class = "post_embedhtml.EmbedPostProcessor"The result is that for example the code folding extension works as should. Unfortunately I do not get the python markdown extension running (e.g. {{ expr }} stays unchanged). I also defined my notebook as trusted however nothing changes.
What could be the problem?
Metadata
Metadata
Assignees
Labels
No labels