/typescript-notebook

VS Code Extension to get TypeScript Notebooks setup with the Jupyter Extension

Primary LanguageTypeScriptMIT LicenseMIT

TypeScript for Jupyter Notebooks

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.

Quick Start

QuickStart

Prerequisite

TypeScript 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.

Release Notes

1.1.0

  • Fix kernel registration on Windows.

1.0.0

  • Initial release