DenoDDeno
Powered by
conormcleodC
Denoβ€’12mo ago
conormcleod

Deno in Jupyter Notebook: Run cells with --check

I would like to be able to run cells with
--check
--check
enabled, like you would with a file
deno run --check file.ts
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
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!
Deno banner
DenoJoin
Chat about Deno, a modern runtime for JavaScript and TypeScript.
20,944Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

Deno JavaScript Jupyter notebook issue
AakashAAakash / help
2y ago
Deno Jupyter Notebook - monorepo support
santiSsanti / help
3y ago
Interactive Jupyter notebook
vwkdVvwkd / help
3y ago
Deno VS Code extension with deno jupyter cannot find names declared in other cells
RedBeanRRedBean / help
2y ago