Skip to content
Snippets Groups Projects
user avatar
be3e280f
History
Code owners
Assign users and groups as approvers for specific file changes. Learn more.

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.