microsoft / vscode-jupyter

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

Ensure there are no execution counts for raw cells #16160

Open DonJayamanne opened 3 weeks ago

DonJayamanne commented 3 weeks ago

There's no indicator telling us it is a raw cell. I suppose some people might have a language-print on the lower right hand corner but that seems clunky and verbose at best. Jupyter does it well by removing the "[ ]" indicator from raw cells entirely. I think it's simple and effective.

Originally filed here https://github.com/microsoft/vscode-jupyter/issues/16122