This is interesting! It sounds like this v1 gets your local environment up and running in a Docker container. I maintain something similar for analysts on my team, and we've seen success in terms of decreasing time spent on environment setup.<p>As another interesting use of Docker in the data space, I'm excited about Pachyderm [0] (though I haven't had the chance to use it in production). In particular, the data provenance story seems compelling.<p>0: <a href="https://github.com/pachyderm/pachyderm" rel="nofollow">https://github.com/pachyderm/pachyderm</a>
No to confuse with this other company at <a href="https://manifold.io/" rel="nofollow">https://manifold.io/</a> (io, not ai) which deprecated their <a href="https://www.torus.sh/" rel="nofollow">https://www.torus.sh/</a> project :)
I think a more interesting direction would be for jupyter lab to ship an electron app and have it able to understand how to spin up and talk to containerized kernels.<p>I made a hacky version for work that proxies to a k8s pod but first class support would be cool.
Is cookie cutter running inside the docker container or on the host? The instructions imply setting up python, virtualenv, pip and cookie cutter all on the local machine...