After upgrading my VS Code setup to 1.95.3, all my Jupyter notebooks on a remote ec2 instance stopped rendering Markdowns. The normal compute
cells still work, but not a single bit of Markdown is rendered. Nothing I tried has work including:
Uninstalling and reinstalling Extensions
Removing VS Code installation and reinstalling
This makes using VS Code with Juypyter notebooks very difficult.
After upgrading my VS Code setup to 1.95.3, all my Jupyter notebooks on a remote ec2 instance stopped rendering Markdowns. The normal compute
cells still work, but not a single bit of Markdown is rendered. Nothing I tried has work including:
Uninstalling and reinstalling Extensions
Removing VS Code installation and reinstalling
This makes using VS Code with Juypyter notebooks very difficult.
Share Improve this question asked Nov 20, 2024 at 19:33 BryanMinorPhDBryanMinorPhD 8396 silver badges10 bronze badges1 Answer
Reset to default 0Finally noticed a configuration directory (.vscode-server
) on the ec2 (ubuntu) instance. I copied and renamed this directory structure, then restarted VS Code and the Markup rendering worked again in my Jupyter notebooks.