Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!

VS Code Plugin for Deno

Add the following into the file .vscode/settings.json under the root directory of your project.

:::json
{
"deno.enable": true,
}

Jupyter Kernel

Deno ships with a built-in Jupyter kernel that allows you to write JavaScript and TypeScript. For more details, please refer to Jupyter Kernel for Deno and Bringing Modern JavaScript to the Jupyter Notebook .