Jupyter Cell RainbowA vscode extension that colors each Jupyter notebook cell based on its position, so it's easier to keep track of where you are while scrolling.
Install
SettingsCmd+, and search "jupyter cell rainbow":
CommandsCmd+Shift+P:
LimitationsOnly the code editor area inside each cell gets colored, not the outer cell frame or the toolbar. That's a vscode api limitation (see vscode-jupyter#15489). Coloring the whole frame needs css injection via something like apc customize ui++, which patches vscode's install files and wants admin. wasn't worth it. Rendered markdown cells have no text editor behind them so they don't get colored. LicenseMIT |
