Deno + Jupyter - a couple of hiccups: jupyter execute and tests
First things first, Deno + Jupyter is amazing - kudos to the team.
A couple of things that did not work out for me which I would like some more context to understand and try to fix/report on.
I've originally reported on them here (https://github.com/rgbkrk/denotebooks/issues/8) and here (https://github.com/rgbkrk/denotebooks/issues/9).
Trying to run jupyter execute (e.g.
Failing tests inside notebooks do not cause actual runtime errors but simply print error output. This effectively means that when you run
A couple of things that did not work out for me which I would like some more context to understand and try to fix/report on.
I've originally reported on them here (https://github.com/rgbkrk/denotebooks/issues/8) and here (https://github.com/rgbkrk/denotebooks/issues/9).
jupyter execute fails for certain notebooks
Trying to run jupyter execute (e.g.
jupyter execute --kernel_name=deno hello.ipynb) on some notebooks fails with the following error (more info: https://github.com/rgbkrk/denotebooks/issues/8):tests inside notebooks
Failing tests inside notebooks do not cause actual runtime errors but simply print error output. This effectively means that when you run
jupyter execute on a notebook, it exits normally instead of reporting an error