Mathics3 Live Shell (1.0.1.a1)
About this page
Mathics3 Live shell allows you to use Mathics3 in the browser without the need to install anything on your computer.
The following commands are executed by default:
[1]: %pip install Mathics3 Mathics3-notebook-frontends
%load_ext mathics3_kernel.frontend.jupyter
Once the above is run, cell input is interpreted as Mathics3 code, and neither magic commands %pip nor %load_ext are interpreted.
Press SHIFT+ENTER to run the code or use the Run button in the toolbar.
It can take up to 30 seconds before the shell code and libraries load completely and become available for interactive use. When the [*]
on the first line to turns to [1], the extension has been loaded.
The Mathics3 Live shell is powered by JupyterLite.