typescript-jupyter-kernel

0.9.1 • Public • Published

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)

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

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

Readme

Keywords

none

Package Sidebar

Install

npm i typescript-jupyter-kernel

Weekly Downloads

3

Version

0.9.1

License

Apache-2.0

Unpacked Size

2.05 MB

Total Files

20

Last publish

Collaborators

  • jeanlescure