Skip to content

Variable names in double curly braces don't evaluate in HTML export #3463

@bencaine1

Description

@bencaine1

For example:

[python cell]
my_var = 11

[markdown cell]
my_var evaluates to {{my_var}}

If the markdown cell is run in the jupyter notebook, it will say "my_var evaluates to 11". But if it's exported to html, it just says "my_var evaluates to {{my_var}}".

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