0.9.1 • Published 2 years ago

typescript-jupyter-kernel v0.9.1

Weekly downloads
-
License
Apache-2.0
Repository
-
Last release
2 years ago

Features

Easy to install: easy as...

1

npm install -g typescript-jupyter-kernel

2

ts-kernel install

3

jupyter kernelspec list

# Available kernels:
#  typescript        ~/.local/share/jupyter/kernels/typescript

Code completion: using the TAB key, driven by the official Typescript LSP Server (same used by VSCode)

npm.io

Use NPM dependencies: simply navigate to your notebook's directory and add a package.json file

cd /path/to/notebook
npm init
npm install --save short-unique-id

Fully written in Typescript: the kernel is written entirely in Typescript 🦾

SWC Optimized: the kernel compiles your code with SWC, making it blazing fast!

Able to render HTML: the kernel can render HTML in the notebook

npm.io

Custom output command: the kernel includes a handy jupyter.out function so your notebooks aren't riddled with unsightly console.log calls

Fully compatible: works both in JupyterLab and Jupyter Notebook

npm.io