Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Math not rendered in Jupyter Notebooks #118561

Closed
pietrodantuono opened this issue Mar 9, 2021 · 4 comments
Closed

Math not rendered in Jupyter Notebooks #118561

pietrodantuono opened this issue Mar 9, 2021 · 4 comments
Assignees
Labels
*duplicate Issue identified as a duplicate of another issue(s)

Comments

@pietrodantuono
Copy link

pietrodantuono commented Mar 9, 2021

  • VS Code Version: 1.55.0-insider
  • OS Version: Windows 10 20H2

Steps to Reproduce:

  1. Ctrl + Shift + P
  2. Jupyter: Create New Blank Notebook
  3. Add a Markdown cell
  4. Type in some math (e.g. $x^2$ or [ x^2 ], etc)
  5. Ctrl + Alt + Enter

Does this issue occur when all extensions are disabled?: Yes (obviously, python extension needs to be enabled)

image

P.S. The issue happened since Version 1.53.0-insider

EDIT:

adding the following to settings.json partially solves the issue (thanks to #106701):
"notebook.experimental.useMarkdownRenderer": true

In fact now the dollars math syntax seems working
image

@vscodebot
Copy link

vscodebot bot commented Mar 9, 2021

(Experimental duplicate detection)
Thanks for submitting this issue. Please also check if it is already covered by an existing one, like:

@IllusionMH
Copy link
Contributor

I think this is duplicate of #118262 and work is in progress there

@rebornix
Copy link
Member

rebornix commented Mar 9, 2021

/duplicate

@github-actions github-actions bot locked and limited conversation to collaborators Apr 23, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
*duplicate Issue identified as a duplicate of another issue(s)
Projects
None yet
Development

No branches or pull requests

4 participants
@rebornix @IllusionMH @pietrodantuono and others