Can I have a highlighting of currently executed line in VSCode jupyter notebooks, like in Colab?
I prefer working with jupyter notebooks in VSCode rather than in Google Colab, due to better and more configurable code analysis and autocompletions.
But recently added colab feature with highlighting the code line which is currently executed is super cool, and helpful for the immediate understanding of where your execution is stucking.
Which default value to set for custom line-height feature for Jupyter markdown cells?
I’m trying to figure out an edge case regarding this feature (https://github.com/microsoft/vscode/issues/193857). One edge case I found is that when the user changes the notebook.markup.fontSize
, the notebook.markdown.lineHeight
also needs to be adjusted to prevent merged text. However, the notebook.markup.fontSize
‘s value is set using a conditional. There are two options I can think of to work with this, but I’m not sure which is the most acceptable.