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

Real-Time Line Execution Indicator for Jupyter Cells #16236

Open iamashwin99 opened 1 day ago

iamashwin99 commented 1 day ago

I would like to request a feature that shows the exact line of code currently being executed within a Jupyter cell in Visual Studio Code. This feature is available in Google Colab and is extremely useful for debugging and understanding the execution flow of complex notebooks. An image of how it shows up in Google Colab can be seen in a post by another user in this Jupyter discourse discussion .