question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Enumerate interactive cells and indicate corresponding output cell

See original GitHub issue

It would be nice if the extra space available in the line number column thanks to the “Run Cell | Run Above | Run Below” commands above Python interactive cells was used to enumerate the cells and indicate the number of the (latest) corresponding output cell in the interactive window if one exists.

vscode-python-interactive-cell-enumeration

The format could be #1 [1] or just #1 if no output was generated for that cell yet.

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:6 (5 by maintainers)

github_iconTop GitHub Comments

2reactions
rchiodocommented, Jun 27, 2019

Oh, sorry for the confusion. I thought the same or similar association might have been reused for my suggestion.

Actually the same service could probably be used to implement this as well. Good idea.

0reactions
rchiodocommented, Jul 11, 2019

Line number match requires matching up a cell with the file it was in and figuring out that the exception trace is pointing at that cell/file.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Enumerate interactive cells and indicate corresponding output ...
It would be nice if the extra space available in the line number column thanks to the "Run Cell | Run Above |...
Read more >
Working with Jupyter code cells in the Python Interactive window
Work with Jupyter-like code cells; Run code in the Python Interactive Window ... and # %% [markdown] delimiters to specify their respective cell...
Read more >
Excel 2016: Cell Basics - GCF Global
Cells are the basic building blocks of a worksheet. You'll need to learn the basics of cells and cell content to calculate, analyze,...
Read more >
Organelles in Eukaryotic Cells
Certain functions are carried out within different structures of the cell. These structures are called organelles.
Read more >
Deciphering cell–cell interactions and communication ... - Nature
Cell –cell interactions orchestrate organismal development, homeostasis and single-cell functions. When cells do not properly interact or ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found