Ask Your Question

Philipp M's profile - activity

2021-04-13 11:01:52 +0200 asked a question output options for sagecell

output options for sagecell I'm working on a project where one program communicates to a sagecell server to calculate ce

2021-03-13 18:16:28 +0200 marked best answer running sage as a server

I want to build a server with SageMath, it should take in code, execute it and send back the result. SageMath has a Python interface with which I thought this could be achieved. I don't really know Python that well but I found a good starting point here:

The problem is that I wanted to run this in a docker container so and just map the port but this doesn't seem to be working.

My question is, is there a better way of doing this because the post is very old and I have a lot of trouble getting it to run.

2021-03-13 18:16:28 +0200 received badge  Scholar (source)
2021-03-13 13:47:12 +0200 received badge  Student (source)
2021-03-13 13:42:57 +0200 asked a question running sage as a server

running sage as a server I want to build a server with sagemath, it should take in code, execute it and send back the re