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}}".
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}}".