I am new to Jupyter, I am using it with Node Kernel.
My problem is I can't get the "euro" symbol in LaTeX.
When I type $ 123 \euro $
in a Markdown cell I get 123 \euro
.
Do you observe the same behavior ? Any suggestion ?
Thanks in advance,
Nicola
The LaTeX support in the live notebook is limited to what mathjax support. MathJax goal indicate:
And in practice, this mean trying to have a narrow scope which is way less than full latex.
\euro
is probably outside of their scope, so won't render in live notebook.