Expand description

This module is responsible for keeping the program in state between API calls. The Program struct holds the cells in a hashmap

Structs

A cell represent a notebook cell in VS Code

This is what sits in state as long as the program is running when a new request is made, it will check if the same cell has been executed by checking cells which is a HashMap