Skip to content

Run JavaScript and TypeScript in node.js within VS Code notebooks with excellent support for debugging, tensorflowjs visulizations, plotly, danfojs, etc

License

Notifications You must be signed in to change notification settings

DonJayamanne/typescript-notebook

Repository files navigation

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