[sage-devel] Mathics 1.1.0 released

2020-11-15 Thread Rocky Bernstein
... and just when you thought we'd never get around to it. 

This is now available from PyPI.   It 
might be a simple as:

 $ pip install Mathics3

Note the "3" at the end. Without that you get the pre 1.1.0 code. 

Or you can run from the recently updated dockerhub image 
: 

 $ docker run --rm -it --name mathics-cli -v /tmp:/usr/src/app/data 
mathicsorg/mathics --mode cli

to run the command-line interface. Or to run the Django web interface using 
docker image:

   $ docker run --rm -it --name mathics-web -p 8000:8000 -v 
/tmp:/usr/src/app/data mathicsorg/mathics --mode ui 

and pointer your web browser to http://localhost:8000

The docker image has the latest add-on packages mathicsscript 
 and pymathics-natlang 
 installed. 

Changes from the last release, 1.1.0rc1 can be found in 
https://github.com/mathics/Mathics/releases where you can also find 
pre-built a Python wheel, eggs, and a source tarball for this release. 

Thanks to all for contributing to make this possible. 

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-devel/bae23216-b507-4a55-9061-aac0685ac848n%40googlegroups.com.


[sage-devel] Mathics 1.1.0 Released

2020-11-15 Thread Rocky Bernstein
.. and just when you thought we'd never get around to it. 

This is now available from PyPI.   It 
might be a simple as:

 $ pip install Mathics

Or you can run from the recently updated dockerhub image 
: 

 $ docker run --rm -it --name mathics-cli -v /tmp:/usr/src/app/data 
mathicsorg/mathics --mode cli

to run the command-line interface. Or to run the Django web interface using 
docker image:

   $ docker run --rm -it --name mathics-web -p 8000:8000 -v 
/tmp:/usr/src/app/data mathicsorg/mathics --mode ui 

and pointer your web browser to http://localhost:8000

The docker image has the latest add-on packages mathicsscript 
 and pymathics-natlang 
 installed. 

Changes from the last release, 1.1.0rc1 can be found in 
https://github.com/mathics/Mathics/releases where you can also find 
pre-built a Python wheel, eggs, and a source tarball for this release. 

Thanks to all for contributing to make this possible. 

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-devel/7ccb41bb-904f-4be5-950f-a9c6dedfa70fn%40googlegroups.com.