Re: [sympy] Docker Image for Sympy

2016-06-28 Thread Ondřej Čertík
On Tue, Jun 28, 2016 at 10:46 AM, Aaron Meurer wrote: > Migrating SymPy Live to something similar to the try Jupyter > infrastructure would be a great project. The AppEngine has a lot of > issues that would be solved by using a Docker container. In > particular, it is stateless (each execution sta

Re: [sympy] Docker Image for Sympy

2016-06-28 Thread Nathan Goldbaum
On Tue, Jun 28, 2016 at 11:46 AM, Aaron Meurer wrote: > Migrating SymPy Live to something similar to the try Jupyter > infrastructure would be a great project. The AppEngine has a lot of > issues that would be solved by using a Docker container. In > particular, it is stateless (each execution st

Re: [sympy] Docker Image for Sympy

2016-06-28 Thread Aaron Meurer
Migrating SymPy Live to something similar to the try Jupyter infrastructure would be a great project. The AppEngine has a lot of issues that would be solved by using a Docker container. In particular, it is stateless (each execution starts Python fresh and runs for at most 60 seconds), meaning we h

Re: [sympy] Docker Image for Sympy

2016-06-28 Thread Amit Saha
On Tue, Jun 28, 2016 at 6:14 PM, Sudhanshu Mishra wrote: > Docker containers are used(generally) for services which interact through a > port. Having a SymPy docker will not be much useful because you can't expect > people to have docker installed(and how to use it) on their system. I think what

Re: [sympy] Docker Image for Sympy

2016-06-28 Thread Sudhanshu Mishra
Docker containers are used(generally) for services which interact through a port. Having a SymPy docker will not be much useful because you can't expect people to have docker installed(and how to use it) on their system. Sudhanshu Mishra On Tue, Jun 28, 2016 at 11:00 AM, Sartaj Singh wrote: > >

Re: [sympy] Docker Image for Sympy

2016-06-27 Thread Sartaj Singh
On 28 June 2016 at 05:37, Amit Saha wrote: > On Tue, Jun 28, 2016 at 5:21 AM, Sartaj Singh > wrote: > > Another resource https://github.com/jupyter/docker-demo-images. The > > notebooks here are hosted on tmpnb.org. Apparently they serve the > notebooks > > via docker containers. We can have an

Re: [sympy] Docker Image for Sympy

2016-06-27 Thread Amit Saha
On Tue, Jun 28, 2016 at 5:21 AM, Sartaj Singh wrote: > Another resource https://github.com/jupyter/docker-demo-images. The > notebooks here are hosted on tmpnb.org. Apparently they serve the notebooks > via docker containers. We can have an introductory notebook there as well. > > On 28 June 2016

Re: [sympy] Docker Image for Sympy

2016-06-27 Thread Ondřej Čertík
On Mon, Jun 27, 2016 at 1:09 PM, Sartaj Singh wrote: > I checked there is also a scipy docker image > https://github.com/jupyter/docker-stacks/tree/master/scipy-notebook. > Apparently it ships with sympy 0.7. We can update that. The main idea was to > ship with the minimum packages, so that the si

Re: [sympy] Docker Image for Sympy

2016-06-27 Thread Sartaj Singh
Another resource https://github.com/jupyter/docker-demo-images. The notebooks here are hosted on tmpnb.org. Apparently they serve the notebooks via docker containers. We can have an introductory notebook there as well. On 28 June 2016 at 00:39, Sartaj Singh wrote: > I checked there is also a sci

Re: [sympy] Docker Image for Sympy

2016-06-27 Thread Sartaj Singh
I checked there is also a scipy docker image https://github.com/jupyter/docker-stacks/tree/master/scipy-notebook. Apparently it ships with sympy 0.7. We can update that. The main idea was to ship with the minimum packages, so that the size is not much (docker image are generally big). Amit also wro

Re: [sympy] Docker Image for Sympy

2016-06-27 Thread Ondřej Čertík
On Mon, Jun 27, 2016 at 12:26 PM, Sartaj Singh wrote: > Hi, > > I was playing around with docker. It occurred to me that it will be nice to > have an official sympy docker image. This could be useful in the tutorials > as people are not expected to install anything but just pull the image. I > tri

[sympy] Docker Image for Sympy

2016-06-27 Thread Sartaj Singh
Hi, I was playing around with docker. It occurred to me that it will be nice to have an official sympy docker image. This could be useful in the tutorials as people are not expected to install anything but just pull the image. I tried to google and find if there is a sympy image already but I c