A Django front end for Mathics3.
Project description
This is the Django front-end to Mathics3.
Features:
Extensive online documentation
Integrated graphics, via three.js, and MathML mathematics output
Notebook-like sessions
Note: in the future we intend to also proved a Jupyter-like interface.
ScreenShot
mathicsserver: a Django-based Web interface
Installing
This package needs a working Mathics3, the core engine, installed as well as a recent version of Django. For Django, you will need mysql or mariadb installed, since that is where worksheets are stored.
See the Installing Mathics for instructions on installing Mathics3.
If you are a novice at installing Python packages, consider using either a pre-built OS package if available under “Packaging status” above, or the mathics docker image.
Ubuntu/Debian Specific OS dependent packages
On Ubuntu or Debian:
apt install default-libmysqlclient-dev.
Install from PyPI
Once Mathics3 is installed, run:
pip install Mathics-Django
Install from Github source
From the place root directory that github was checked out:
make install
Running
This is a Django project, so Dango’s manage.py script used.
A simple way to start Mathics Django when GNU make is installed (which is the case on most POSIX systems):
make runserver
Underneath this runs the Python program manage.py in mathics_django directory.
To get a list of the available commands, type python mathics_django/manage.py help. To get help on a specific command give that command at the end. For example two commands that are useful are the runserver and testserver commands. python mathics_django/manage.py help runserver will show options in running the Django server.
Once the server is started you will see a URL listed that lookss like this:
Starting development server at http://127.0.0.1:8000/ Quit the server with CONTROL-C.
Point your browser to the URL listed above. Here it is http://127.0.0.1:8000
Environment Variables
There are two special environment variables of note which controls where the Mathics database is located. This database is saves authentication and worksheet information.
By default the database used is DATADIR + mathics.sqlite where DATADIR is under AppData/Python/Mathics/ for MS-Windows and ~/.local/var/mathics/ for all others. If you want to specify your own database file set environment variable MATHICS_DJANGO_DB_PATH.
If you just want to set the mathics.sqlite portion, you can use the environment variable MATHICS_DJANGO_DB.
Information for the online-documentation comes from one of two places, DOC_USER_HTML_DATA_PATH if that exists and DOC_SYSTEM_HTML_DATA_PATH as fallback if that doesn’t exist. The latter is created when the package is built. The former allows for the user or developer to update this information. In the future it will take into account plugins that have been added.
Contributing
Please feel encouraged to contribute to Mathics3! Create your own fork, make the desired changes, commit, and make a pull request.
License
Mathics-Django is released under the GNU General Public License Version 3 (GPL3).
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 Distribution
File details
Details for the file Mathics-Django-7.0.0.tar.gz
.
File metadata
- Download URL: Mathics-Django-7.0.0.tar.gz
- Upload date:
- Size: 24.1 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.11.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b1756bff76799f75c08c0c66741b2a12f3927bec462272d3182bc5d427c08c09 |
|
MD5 | 083a2d3e2493735a11c15609c16dc7a7 |
|
BLAKE2b-256 | 17bfe532b15a2f07a60ffe29a95447b70d80654376b865fbe7caa9a319b66207 |
File details
Details for the file Mathics_Django-7.0.0-py3-none-any.whl
.
File metadata
- Download URL: Mathics_Django-7.0.0-py3-none-any.whl
- Upload date:
- Size: 25.4 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.11.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a6bf41ed5532756b0227479faeb7af3dd9d08cd397b5384c80cec56aabe48dfd |
|
MD5 | aac626d37bcfb99eb9a3c25a38ebfbb0 |
|
BLAKE2b-256 | 8ad048805e69397add369c3d01fb683e9e1e3dca844f3200264f4d102372cd9b |