spark-notebook icon indicating copy to clipboard operation
spark-notebook copied to clipboard

#Suggestion: numbered cell outputs for easier notebook navigation (current 0.7.0 doesn't have it)

Open alexDeCastroAtGit opened this issue 9 years ago • 2 comments

alexDeCastroAtGit avatar Oct 10 '16 15:10 alexDeCastroAtGit

We removed the cells execution number and instead the dirty cells are marked - if a cell A depends on cell B (variable in B used in A) and if cell B is reexecuted, hence the cell A will be flagged as dirty. Which is better than tracking the numbers going fuzzy due to manipulations in the nb.

However, you're more talking about just numbering the outputs linearly I guess, which is fine and could easily done actually.

andypetrella avatar Oct 11 '16 14:10 andypetrella

Yes, I mean actually numbering the outputs for IO stream navigation in the notebook. Thanks Andy

alexDeCastroAtGit avatar Oct 11 '16 14:10 alexDeCastroAtGit