Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 747 Bytes

File metadata and controls

12 lines (11 loc) · 747 Bytes

JS-Tutorial

Jupyter notebooks for learning JavaScript

Setup

  1. Install Visual Studio Code, a handy tool for coding
  2. Download and unzip the series. If you know how to use Git, just clone this repo.
  3. Install Deno. This series is tested with version 2.2

The install command for Windows should be run in PowerShell

  1. In VSCode's menu bar, press File -> Open Folder... and select the folder you just unzipped.

JavaScript for Jupyter

  1. Install the Jupyter extension in VSCode
  2. Run deno jupyter --install in your terminal