0.9.1 • Published 4 years ago
typescript-jupyter-kernel v0.9.1
Features
Easy to install: easy as...
1
npm install -g typescript-jupyter-kernel2
ts-kernel install3
jupyter kernelspec list
# Available kernels:
# typescript ~/.local/share/jupyter/kernels/typescriptCode completion: using the TAB key, driven by the official Typescript LSP Server (same used by VSCode)

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-idFully 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

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
