最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

python - How to "jump to line" in other split tab in jupyter notebook in VS Code? - Stack Overflow

programmeradmin3浏览0评论

I'm struggling a bit with a simple functionality.

When debugging in Jupyter Notebook, there are hyperlinks that take you directly to the line where an error occurred, which is very good. However, when I click on the hyperlink, the file jumps to the error line, which can be quite far from where the function was originally defined. This makes it easy to lose track of everything.

I know that Ctrl + - allows me to go back, but debugging often requires jumping frequently between cells. Constantly jumping with Ctrl + - and Ctrl + Shift + - while editing code isn't realistic.

Is there a shortcut/extension that lets me open the hyperlink in a split window instead?

An example:

发布评论

评论列表(0)

  1. 暂无评论