A simple clean web interface for a local install of the Mathematica kernel. This is not meant as a replacement for Mathematica's rich Notebook interface but rather, a simple interface for that quick computation that is required when you (or your colleagues) are offsite and all you have is a browser.
- Mathematica installed on a networked machine
- Web-server (Apache, nginx, etc.) running PHP
- Copy out the files here into a directory inside your DocumentRoot (e.g.
C:/www/mathematica/) - Change the appropriate variables in
mathematica.php
- Tested with Mathematica 8 on Windows - no major issues. Linux has some issues with graphics but mostly works.
- Evaluated expressions are independent - you cannot use a value assigned in a previous expression
