Skip to content
Discussion options

You must be logged in to vote

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 called mathics.sqlite. (I will probalby soon rename that to Mathics3.sqlite)

This is a SQLITE database file. The field content of table web_worksheet contains the data for the cells:

$ sqlite3 /tmp/mathics.sqlite
sqlite> select content from web_worksheet ;
[{"request":""},
{"request":"(**** Calculation ****)",
  "results":[]},
{"request":"Sin[Pi]",
  "results":[{"out":[],"result":"<math display=…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@enzotib
Comment options

@rocky
Comment options

rocky Aug 8, 2025
Maintainer

Answer selected by enzotib
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants