Jupyter notebooks for learning JavaScript
- Install Visual Studio Code, a handy tool for coding
- Download and unzip the series. If you know how to use Git, just clone this repo.
- Install Deno. This series is tested with version 2.2
The install command for Windows should be run in PowerShell
- In VSCode's menu bar, press
File -> Open Folder...
and select the folder you just unzipped.
- Install the Jupyter extension in VSCode
- Run
deno jupyter --install
in your terminal