Enumerate interactive cells and indicate corresponding output cell
See original GitHub issueIt 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.
The format could be #1 [1]
or just #1
if no output was generated for that cell yet.
Issue Analytics
- State:
- Created 4 years ago
- Comments:6 (5 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Actually the same service could probably be used to implement this as well. Good idea.
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.