anaconda / nbpresent

next generation slides for Jupyter Notebooks
BSD 3-Clause "New" or "Revised" License
163 stars 23 forks source link

Executing a cell with no output needs a visual queue #69

Open ijstokes opened 8 years ago

ijstokes commented 8 years ago

Some cells "do stuff" without producing output. If "doing stuff" either has a non-negligible chance of silent failure; "run forever" risk; or "takes more than 3 seconds to complete" some kind of visual queue as to the state of the "executed" cell would be valuable. In a normal notebook view the "prompt" on the left side performs this duty: blank means un-executed, star means "executing" (though possibly stuck), and a number means "executed/done". I don't know exactly what the right answer here is, but an idea: