Hi All,
I have a notebook that used to function correctly, but now appears not to. Specifically, there is a cell newTaxModel
which fails to evaluate, so I am looking for suggestions on how to debug this.
The notebook itself has not changed since it was functional. It does however import an npm package which has changed, but I don’t currently see why this would be breaking (but it could be). Specifically, if one imports the function model
from the micro-table
package, Observable cannot seem to execute it, but other notebooks seem to work OK if they chain calls to model()
.