LaTeX not rendering in jupyter notebook markdown cells #15012
Unanswered
KNOXZhao
asked this question in
Questions and Answers
Replies: 3 comments
-
@amunger /cc |
Beta Was this translation helpful? Give feedback.
0 replies
-
That's pretty strange, and I'm not able to repro either. @mjbvz - Do you know what might cause this? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Does this reproduce in the latest VS Code insiders build with all extensions disabled? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I can render math mode in markdown files (ends with .md), but the markdown blocks in jupyter notebook are not working properly. I have tried to uninstall and reinstall all the related extensions but I still have the problem now. I asked some friends and they were unable to repro my problem.
Jupyter Extension v2024.1.2024011201 Pre-Release
Updated 2024-01-14:
Setting json of jupyter notebook:
{
"editor.inlineSuggest.enabled": true,
"workbench.colorTheme": "One Dark Pro Darker",
"workbench.iconTheme": "material-icon-theme",
"github.copilot.enable": {
"*": true,
"plaintext": true,
"markdown": true,
"scminput": false
},
"vscode_custom_css.imports": [
"file://c:\Users\15712\.vscode-insiders\extensions\brandonkirbyson.vscode-animations-1.0.7/dist/updateHandler.js"
],
"explorer.confirmDelete": false,
"liveServer.settings.donotShowInfoMsg": true,
"git.ignoreLegacyWarning": true,
"git.ignoreMissingGitWarning": true,
"window.zoomLevel": 1,
"jupyter.askForKernelRestart": false,
"notebook.formatOnSave.enabled": true,
"files.autoSave": "afterDelay",
"editor.defaultFormatter": "ms-python.autopep8",
"editor.formatOnSave": true,
"editor.tabSize": 4,
"editor.cursorSmoothCaretAnimation": "on"
}
Beta Was this translation helpful? Give feedback.
All reactions