LaTeX equations not showing when character '$' is abscent in .ipynb files
See original GitHub issueIn regular Jupyter Notebooks, one can include a LaTeX-style equation without surrounding the equation with ‘$’ in a markdown cell.
But when I try to do the same in VS Code with the Python extension, the equation won’t render. For example, in regular Jupyter Notebook:
\begin{align*}
(a+b)^2 = a^2+2ab+b^2
\end{align*}
Renders
But in VS Code, the equation will only render when the code is surrounded with ‘$’, like this:
$\begin{align*}
(a+b)^2 = a^2+2ab+b^2
\end{align*}$
Is it possible to include the same funcionality for .ipynb files as in Jupyter Notebooks? It breaks many of my codes with LaTeX equations, and adding ‘$’ to all of them is infeasible.
Edit: Python VS Code extension version: 2019.10.41019 VS Code version: 1.39.1
Issue Analytics
- State:
- Created 4 years ago
- Reactions:1
- Comments:9 (5 by maintainers)
Top Results From Across the Web
LaTeX equations not showing when character '$' is abscent in ...
In regular Jupyter Notebooks, one can include a LaTeX-style equation without surrounding the equation with '$' in a markdown cell.
Read more >Converting jupyter notebook to pdf, latex equations not ...
When I download this as a pdf, the equations might be missing some characters and the $ sign used to enter the latex...
Read more >Writing Math Equations in Jupyter Notebook - Medium
In this post I'll show you, with examples, how to write equations in Jupyter notebook's markdown. I have selected these equations such that ......
Read more >Unicode characters missing when converting from jupyter to ...
I have installed the texlive texlive-extra and pandoc packages. I have tried to do this with the pdflatex engine. The strangest part is...
Read more >Jupyter Notebook Documentation, Release 6.5.0.dev0
Notebook documents: a representation of all content visible in the web ... Markdown cells: Narrative text with embedded LaTeX equations.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Not sure why you closed this? We’d still like to fix it.
Like this ipynb file
multi lines equation doesn’t work, my version of VS Code is: