We use poetry to create a venv and install the required packages.
poetry install
The 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 --unstable
Start the notebook server with the following command:
poetry run jupyter notebook