Add an execute method to the cells.
blink1073 opened this issue · 2 comments
blink1073 commented
RawCell and Markdown cell should just have execute()
, while CodeCell has execute(kernel)
.
jasongrout commented
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').
blink1073 commented
Agreed, that's How I ended up implementing it