Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save mihai-dinculescu/06120cdd4363f84bc68e79dee8ec27cc to your computer and use it in GitHub Desktop.
Save mihai-dinculescu/06120cdd4363f84bc68e79dee8ec27cc to your computer and use it in GitHub Desktop.
JavaScript and TypeScript support for Jupyter Notebook and Jupyter Lab

Table of Contents

  1. Install

    • 1.1. Anaconda
    • 1.2. Jupyter Lab
    • 1.3. Node.js
    • 1.4. IJavascript
    • 1.5. ITypescript
  2. Run

1. Install

1.1. Anaconda

Download and install from https://www.anaconda.com/download/

1.2. Jupyter Lab

# (Windows) Anaconda Prompt
conda install jupyter lab

1.3. Node.js

# (Windows) Anaconda Prompt
conda install nodejs

1.4. IJavascript

# (Windows) Anaconda Prompt
npm install -g ijavascript
ijsinstall

More information: https://github.com/n-riesco/ijavascript#windows-official-python-distribution

1.5. ITypescript

# (Windows) Anaconda Prompt
npm install -g itypescript
its --ts-install=global

More information: https://github.com/nearbydelta/itypescript

2. Run

# (Windows) Anaconda Prompt
jupyter lab
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment