A node.js webserver that serves an interactive Math Program command line.
Security is provided by starting every process in its own linux container. We recommend starting the web server from inside a virtual box for added security.
Macaulay2 is a software system devoted to supporting research in algebraic geometry and commutative algebra, whose creation and development have been funded by the National Science Foundation since 1992.
To get started, select a tutorial. Click on any highlighted code, Macaulay2 will execute it. The result is displayed on the right. Alternatively, you can use the Input Terminal on the left to write your own commands. Execute a line by positioning your cursor on it and click on the Evaluate button (or type Shift-Enter). You can switch back to the tutorial at any time.
The tutorials demonstrate different aspects of Macaulay2. They are meant to be starting points for your own experimentation. Edit the commands in the Input Terminal and run them again. Whenever you're ready to move on, click the Next button.
Still a little hacked, but we think it's working.
- Unrestricted Macaulay2 shell
- Uploading Packages and other files is possible
- Rendering JPGs with e.g., Graphs.m2
- Running inside LXCs
npm install
npm start
By default, listening on port 8002. You can change this in SingularLocalServer.js. On your own machine visit the server on http://localhost:8002. If you have Macaulay2 installed, this gives you an (unsecured!) Macaulay2 shell. That means, through the browser you have access to your entire machine with the same permissions as the user that started m2server, i.e., you.
You need