stencila / py

Stencila for Python
Apache License 2.0
17 stars 1 forks source link

Array data getting packed as a string #18

Closed apawlik closed 6 years ago

apawlik commented 6 years ago

Cell in Desktop: [1,2,3] but it gets packed as a string:

value : {type: "array", data: "[1,2,3]"}
nokome commented 6 years ago

This and other bugs related to packing/unpacking have been dealt with by 2957495