> It sounds like both the kernel_gateway and the Jupyter Notebook server would both work for my purposes then.
Most likely, yes. > Is the kernel_gateway ready for production use? I guess it depends on what "ready for production use" means to you. The project has: - Unit tests and integration tests (https://github.com/jupyter/kernel_gateway/tree/master/kernel_gateway/tests) - Documentation on read the docs (http://jupyter-kernel-gateway.readthedocs.io/en/latest/) - Numpy style docstrings throughout - A solid foundation in the jupyter/notebook source code - Reached (and passed) a 1.0 milestone follwing semantic versioning (http://semver.org/) - The same open source license and contribution model as other jupyter projects - A handful of demos of how it might be used (https://github.com/jupyter/kernel_gateway_demos) - Issues like any other software project (https://github.com/jupyter/kernel_gateway/issues) Cheers, Pete On Friday, April 21, 2017 at 6:00:46 PM UTC-4, Fernando Perez wrote: > > > On Wed, Apr 5, 2017 at 8:55 AM, Thomas Kluyver <[email protected] > <javascript:>> wrote: > >> AFAIK yes, but I hope some of the people who built it will chime in. >> >> > Bumping this in case Peter Parente or some of the other folks on that team > have extra info? > > > -- > Fernando Perez (@fperez_org; http://fperez.org) > fperez.net-at-gmail: mailing lists only (I ignore this when swamped!) > fernando.perez-at-berkeley: contact me here for any direct mail > -- You received this message because you are subscribed to the Google Groups "Project Jupyter" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jupyter/2186b407-ed2b-4e0a-a75d-2fcb91818250%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
