jankatins / knitpy

knitpy: Elegant, flexible and fast dynamic report generation with python
https://github.com/jankatins/knitpy
Other
368 stars 29 forks source link

Ensure that we identify a dead kernel #22

Closed jankatins closed 3 years ago

jankatins commented 9 years ago

The KernelClient has a is_alive() method, which should probably be called before any execution.

See also here: https://github.com/yhat/rodeo/issues/50