79641950

Date: 2025-05-28 09:51:34
Score: 1
Natty:
Report link

By creating a latex block in in markdown with $$ $$ I get a decent display of the formula with my local jupyter plugin (vesion 2025.4.1) in vs code.

rendering_in_vs_code

I doublechecked this with the try section on jupyter.org which gave me the following output:

rendering on jupyter.org

If don't need the \begin(align) ... \end(align) for a specific reason, try to use:

$$
F(t) = \frac{1} {4} \cdot \sum_{n=0}^{\infty} \frac{1} {(2\,n+1)!} \cdot t^n
$$
Reasons:
  • Probably link only (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: sebo1234