fredokun / cl-jupyter

An enhanced interactive Shell for Common Lisp (based on the Jupyter protocol)
BSD 2-Clause "Simplified" License
199 stars 29 forks source link

Some error code will cause a "Dead kernel" hint #11

Closed xmduhan closed 9 years ago

xmduhan commented 9 years ago

Some error code will cause a "Dead kernel" hint, But in fact kernel is not Dead. In [*]: '(1, 2)

image

fredokun commented 9 years ago

I was very lazy in handling reader-errors ... Now the kernel don't die so easily. Note that the Jupyter protocol is quite resilient, when a kernel dies it tries to start it again (please see the output of the Jupyter command). Anyway, thank you for your tests !

xmduhan commented 9 years ago

It works fine! Thank you! HaHa!