A Visual Studio Code extension required to get started with TypeScript in Jupyter notebooks. This extension will automatically install the necessary dependencies required to use TypeScript with Jupyter Extension.
- Step 1. Install the TypeScript Notebook Extension
- Step 2. Open or create a notebook file and start coding!
- Step 3. Select the
TypeScript
kernel from the command paletteNotebook: Select Kernel
- tslab is used as the kernel for Jupyter Notebooks.
- Installing the
tslab
kernel for Jupyter Notebooks requires one to have Python & Jupyter installed.- However the Jupyter extension does not require either one of these (in a majority of the case).
- This extension gets around the requirement of having to install Python & Jupyter.
Initial release