conormcleod
Deno in Jupyter Notebook: Run cells with --check
I would like to be able to run cells with
--check
enabled, like you would with a file deno run --check file.ts
. Currently, running cells in Jupyter notebook with the Deno kernel will not check types and will succeed even if there are type errors, just how the default behaviour of deno run
is to not check types. I would like cells with type errors to fail when I run them. Is there any way to do this? Thanks!1 replies