Skip to main content

Command-line interface to Mathics3

Project description

CI status PyPI Installs Latest Version Supported Python Versions

Packaging status

mathicsscript is a command-line interface to Mathics3.

screenshot

See the screenshot directory for a description and another example.

Features

  • prompt_toolkit and GNU Readline terminal interaction. This includes:
    • saving command history between sessions.

    • variable completion, even for symbol names like \\[Sigma]

    • limited ESC keyboard input; for example esc p esc is π

  • Syntax highlighting using Mathics3-pygments which includes dynamically created variables and functions.

  • Automatic detection of light or dark terminal background color.

  • Optional Graphics rendering via matplotlib for 2D graphics, and Asymptote for 3D and 2D graphics.

  • Entering and displaying Unicode symbols, such as those used for Pi or Rule arrows

  • Provision for running in non-interactive batch mode, which can be used inside POSIX shells

Installing

To install with the full dependencies, run:

$ make install[full]

To install from git sources, so that you run from the git source tree:

$ make develop

Running

Once installed, run using mathicsscript:

$ mathicsscript
Mathicscript: 10.0.0, Mathics3 10.0.0
on CPython 3.14.3 (main, Mar 30 2026, 06:42:16) [GCC 13.3.0]

Using:
SymPy 1.13.3, mpmath 1.3.0, numpy 2.4.4
cython 3.2.4, matplotlib 3.10.8,
Asymptote version 2.95

Copyright (C) 2011-2026 The Mathics3 Team.
This program comes with ABSOLUTELY NO WARRANTY.
This is free software, and you are welcome to redistribute it
under certain conditions.
See the documentation for the full license.

Quit by evaluating Quit[] or by pressing CONTROL-D.

In[1]:=

For batch use:

$ mathicsscript -c "N[Pi]"
3.14159

To read from a file, in file /tmp/test.m:

sum=2+2
integral=Integrate[1,x]
Print["Results: ",{sum,integral}]

Feeding this into mathicsscript:

$ mathicsscript --no-prompt </tmp/test.m
4
x
Results: {4, x}
None

For a full list of options, type mathicsscript --help.

Asymptote key bindings

In asymptote graphs keyboard bindings are (copied from the asymptote doc under 8.29 three:

h: home
f: toggle fitscreen
x: spin about the X axis
y: spin about the Y axis
z: spin about the Z axis
s: stop spinning
m: rendering mode (solid/patch/mesh)
e: export
c: show camera parameters
p: play animation
r: reverse animation
: step animation
+: expand
=: expand
>: expand
-: shrink
_: shrink
<: shrink
q: exit
Ctrl-q: exit

Why not IPython via Jupyter?

There will always be a need for a simple terminal-like interaction. Although there is IPython support via Jupyter, all of this is pretty heavyweight. To code to this protocol, a developer needs to write a kernel and use a wire protocol. This adds complexity not only for the person developing this package, but also for the user who needs to load the extra layers that aren’t used. And when something goes wrong, it is harder to track down problems.

At the other end of the spectrum, if the dependencies of this package are too onerous and you want even simpler, lighter-weight terminal interaction without any of the features mentioned above, use mathics3 which is distributed as part of the core Mathic3 package.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

mathicsscript-10.0.0.tar.gz (70.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

mathicsscript-10.0.0-py3-none-any.whl (62.9 kB view details)

Uploaded Python 3

File details

Details for the file mathicsscript-10.0.0.tar.gz.

File metadata

  • Download URL: mathicsscript-10.0.0.tar.gz
  • Upload date:
  • Size: 70.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.12

File hashes

Hashes for mathicsscript-10.0.0.tar.gz
Algorithm Hash digest
SHA256 aeacd508ccf78a1c06007d815209f29c81422ac4861f24f502c6aa69f7622f4f
MD5 4dd734009cf4713c26d1f49ac7ff7e75
BLAKE2b-256 9eb14deb897c782deadf512236206be86c69f660ee3a81d6ec6f001d7aef6398

See more details on using hashes here.

File details

Details for the file mathicsscript-10.0.0-py3-none-any.whl.

File metadata

  • Download URL: mathicsscript-10.0.0-py3-none-any.whl
  • Upload date:
  • Size: 62.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.12

File hashes

Hashes for mathicsscript-10.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 0686f395b1df4182932ee5eedb3f34c576b94df06daddb01458be4c72abb6658
MD5 14122be56ac3afe12c3ca3e70ebd001b
BLAKE2b-256 a0de1b6837de981a1dda842fafd6437db3ef3abf9850a9cf1a7893b8afdc333b

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page