Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 1.51 KB

README.md

File metadata and controls

29 lines (19 loc) · 1.51 KB

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

Initial release