Skip to content

Files

Latest commit

 

History

History
 
 

cookbook

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Cookbook JS

Setup

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