ipython-contrib / jupyter_contrib_nbextensions

A collection of various notebook extensions for Jupyter
http://jupyter-contrib-nbextensions.readthedocs.io/en/latest
Other
5.22k stars 806 forks source link

collapsible headings status (feature request) #1505

Open prhbrt opened 4 years ago

prhbrt commented 4 years ago

Cells within a collapsed header might still run or have errors. I often run 'all the cells above' and some of them are in collapsed headers, because they are imports or helper functions.

It would help if the collapsed header had a small status bar to indicate whether a cell is running or has an error in the collapsed header. For example:

○ ○ ○ ● ○ ○

in a corner to indicate the forth code cell is running. Similarly, some of the circles may be red to indicate errors.