I would like to render the nbextension python-markdown in voila.
Currently
a = 1.23
in a jupyter-code cell and
a is {{a}}
in a jupyter-markdown cell is rendered when executing in jupyter-notebook, but not in voila. Do I need here additional plugins or is that feature not yet deployed ?