Get the latest tech news
Jupyter Kernel for Deno
On this page Jupyter Kernel for Deno Deno ships with a built-in Jupyter kernel that allows you to write JavaScript and TypeScript; use Web and Deno APIs and import npm packages straight in your interactive notebooks. deno jupyter always runs with --allow-all Currently all code executed in the Jupyter kernel runs with --allow-all flag.
Your notebook frontned will automatically select the "richest" MIME type to display based on its capabilities. Deno.jupyter provides several helper methods for rich output of common media types. You can use prompt and confirm Web APIs to wait for user input in your notebook.
Or read this on Hacker News