notablemind / jupyter-nodejs

A node.js kernel for jupyter/ipython
http://nbviewer.ipython.org/gist/jaredly/404a36306fdee6a1737a
MIT License
682 stars 70 forks source link

Throw gives unexpected results #52

Open nmingotti opened 6 years ago

nmingotti commented 6 years ago

When Node runs a "throw" in Notebook I get only a very cryptic "null" result which makes very difficult to trace where the error comes from.

Moreover, the web page starts to complain about that "null" result saying : "Notebook validation failed".

Do you observer the same behaviour ?

bye Nicola