We use poetry to create a venv and install the required packages.
poetry installThe JS cookbooks are written in TypeScript and run using Deno. To install Deno and the Deno Jupyter Kernel, run the following commands:
brew install deno
poetry shell
deno jupyter --unstableStart the notebook server with the following command:
poetry run jupyter notebook