microsoft / vscode-jupyter

VS Code Jupyter extension
https://marketplace.visualstudio.com/items?itemName=ms-toolsai.jupyter
MIT License
1.29k stars 292 forks source link

Cythonized notebook cells render incorrectly #11349

Closed david-cortes closed 2 years ago

david-cortes commented 2 years ago

Environment data

Steps to reproduce

Expected behaviour

Should render the cython code correctly, just like regular jupyter does. Screenshot: jupyter_cython_syntax

Actual behaviour

Does not recognize cython syntax, marking it as errors instead. Screenshot: vscode_bad_cython

DonJayamanne commented 2 years ago

Duplicate of https://github.com/microsoft/vscode-jupyter/issues/4588

starball5 commented 1 year ago

Related question on Stack Overflow: How can I set a cell's language to cython in a Jupyter notebook in VS Code?