A general-purpose computer algebra system.
Project description
mathicsscript is a command-line interface to Mathics.
See the screenshot directory for a description and another example.
Features
- 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 pygments.
Automatic detection of light or dark terminal background color.
Entering and displaying Unicode symbols such as used for Pi or Rule arrows
Installing
To install, run
$ make install
To install from git sources so that you run from the git source tree:
$ make develop
Why not IPython via Jupyter?
There will always be a need for simple terminal-like interaction. Although there is IPython support via Jupyter all of this is pretty heavy-weight. 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_ and of the features mentioend above, use mathics which is distributed as part of the core Mathic3 package.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distributions
Hashes for mathicsscript-2.1.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | fa86a20ad158db11dd19b6f4cf42adf31b0ba53e21837b214a7d2e368069c303 |
|
MD5 | 5eb06f86855b369e0dcf99c931618c22 |
|
BLAKE2b-256 | 16b56e7eb5ae3ed9a60ca5da9802ca0d47f2588b86b167def49ce56214ea6260 |
Hashes for mathicsscript-2.1.2-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | c2f7aba1cb9d5d20134c9d4a0c61a6071a55fac7f2d0d72e286284a6c87da215 |
|
MD5 | 1ca2403b836903a9adf3ba768b99dc1f |
|
BLAKE2b-256 | 3fb789dd21cea3622d2dec57be2f99942094881bcd134547b66646dfa8c106d8 |