-
I installed the pip package Mathics-omnibus. It pulled the docker image. Then I started dmathicsserver and accessed the web page, all OK. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
I just fixed a problem in The location of this information inside Docker has changed, and commit 9a6e3d0a has the changes for the most recent Docker image. The environment variable This is a SQLITE database file. The field
The data, however, is only written when you save the workspace, that is the 2nd from the left icon in the right panel. |
Beta Was this translation helpful? Give feedback.
I just fixed a problem in
dmathicsscript
for the most recent Docker image.The location of this information inside Docker has changed, and commit 9a6e3d0a has the changes for the most recent Docker image.
The environment variable
APP_DATADIR
specifies the directory for the workspace file, which is calledmathics.sqlite
. (I will probalby soon rename that to Mathics3.sqlite)This is a SQLITE database file. The field
content
of tableweb_worksheet
contains the data for the cells: