Markdown cells not rendering LaTeX in latest update
See original GitHub issueIssue Type: Bug
Extension version: 2021.3.619093157 VS Code version: Code 1.54.2 (fd6f3bce6709b121a895d042d343d71f317d74e7, 2021-03-11T00:56:19.848Z) OS version: Windows_NT x64 10.0.19042
Actual Behaviour:
Expected behaviour: Older build: Extension version: 2021.2.576440691 VS Code version: Code 1.54.2 (fd6f3bce6709b121a895d042d343d71f317d74e7, 2021-03-11T00:56:19.848Z) OS version: Windows_NT x64 10.0.19042
System Info
Item | Value |
---|---|
CPUs | AMD Ryzen 7 4800HS with Radeon Graphics (16 x 2895) |
GPU Status | 2d_canvas: enabled gpu_compositing: enabled multiple_raster_threads: enabled_on oop_rasterization: enabled opengl: enabled_on protected_video_decode: unavailable_off rasterization: enabled skia_renderer: enabled_on video_decode: enabled vulkan: disabled_off webgl: enabled webgl2: enabled |
Load (avg) | undefined |
Memory (System) | 15.42GB (7.40GB free) |
Process Argv | –crash-reporter-id 6bdba1e9-9fc1-4296-a856-a1e30b6f8dac |
Screen Reader | no |
VM | 0% |
A/B Experiments
vsliv368cf:30146710
vsreu685:30147344
python383cf:30185419
pythonvspyt678:30270856
vspor879:30202332
vspor708:30202333
vspor363:30204092
pythonvsdeb440:30248342
pythonvsded773:30248341
pythonvspyt875:30259475
dockersubset:30270708
pythontb:30265425
vspre833cf:30267465
vsfjg287:30275553
Issue Analytics
- State:
- Created 3 years ago
- Comments:6 (2 by maintainers)
Top Results From Across the Web
Not render LaTeX in notebook markdown cells #9105 - GitHub
The rendering that you have looks a bit odd, like it's trying to render that as a code cell (with input an output)...
Read more >LaTeX not always rendered in Markdown cells in ipython ...
However, when in Markdown cell, some typical syntax from IPython notebook does not work. I have set up a project for tests and...
Read more >Markdown cells not rendering directives - Notebook
Hello! I am trying to render some {math} and {note} directives in my notebook but I can't get them to render. The markdown...
Read more >latex jupyter notebook it does not work - Stack Overflow
In the Jupyter Notebook, this magic only renders the subset of latex defined by MathJax here. You must run the cell to display...
Read more >Markdown Cells — Jupyter Notebook 6.5.2 documentation
Markdown Cells . Text can be added to Jupyter Notebooks using Markdown cells. You can change the cell type to Markdown by using...
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
Downgrading the Jupyter extension to v2020.12.414227025 and open my ipython notebook in “Notebook Editor” (rather than “Preview Notebook Editor”) works (successfully displays latex).
@AvyayIrde and @hui2000ji, thanks for the additional info. Based on the extra info provided, you have been placed into the Native Notebooks experience in VS Code. Rendering latex is not yet supported fully for native notebooks, but will be soon.
If this is currently a complete blocker for you, you can opt out of the experiment by following these instructions:
Open the command palette (Windows: Ctrl + Shift + P, iOS: Command + Shift + P) and select “Preferences: Open Settings (JSON)”
Add the following code to your JSON settings: “jupyter.experiments.optOutFrom”: [“NativeNotebookEditor”]