Skip to content

python-markdown does not render #381

@bodokaiser

Description

@bodokaiser

Hey,

I just followed the wiki guide to install some nbextensions:

  1. clone the master branch of this repo and use setup.py
  2. use jupyter nbextensions enable <name>
  3. 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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions