Jupyter examples
Preparation
- Install Deno, e.g. on macOS:
brew install deno
- Install Jupyter
pip3 install jupyterlab
- Install Deno kernel
deno jupyter --unstable --install
- Run Jupyter
jupyter lab
Run examples
Then you can open in Jupyter any of the examples in this directory.