-
Notifications
You must be signed in to change notification settings - Fork 27
Closed
Description
Got some errors on demo notebooks with Jupyterlite:
Simple operation.ipynb
CREATE TABLE players (Name STRING, Class STRING, Level INTEGER, Hitpoints INTEGER)
Error: table players already exists- Simple fix deleting this field in db : Fix example_db.db error #154
INSERT INTO potaters (production) VALUES (7)
Error: database disk image is malformed- fixed by forcing to write on FS : Fix %CREATE with WASM #155
XVega+operations.ipynb :
Some cells raise Error: bad_optional_access :
%XVEGA_PLOT X_FIELD EmployeeId Y_FIELD ReportsTo BIN TRUE MARK square WIDTH 100 HEIGHT 200 <> SELECT EmployeeId, ReportsTo FROM employees
Error: bad_optional_access- Fixed with xvega-bindings upgrade to 0.1.2 : Fix bad_optional_access error on xoptional xvega-bindings#20
dannluciano
Metadata
Metadata
Assignees
Labels
No labels