jupyter/jupyter-js-notebook

Add an execute method to the cells.

blink1073 opened this issue · 2 comments

RawCell and Markdown cell should just have execute(), while CodeCell has execute(kernel).

Why must rawcell and markdown have an execute? A raw cell has no concept of execution. A markdown cell just renders client-side (it's not 'executed').

Agreed, that's How I ended up implementing it