Skip to content
Snippets Groups Projects

Jupyter examples

Preparation

  1. Install Deno, e.g. on macOS:
brew install deno
  1. Install Jupyter
pip3 install jupyterlab
  1. Install Deno kernel
deno jupyter --unstable --install
  1. Run Jupyter
jupyter lab

Run examples

Then you can open in Jupyter any of the examples in this directory.