Hi all,

We released Jupyter Kernel Gateway 2.1.0 today.

What is it?
-----------

The kernel gateway is a web server that supports different mechanisms for 
spawning and communicating with Jupyter kernels, such as:

* A Jupyter Notebook server-compatible HTTP API used for requesting kernels 
and talking the Jupyter kernel protocol with the kernels over Websockets
* A HTTP API defined by annotated notebook cells that maps HTTP verbs and 
resources to code to execute on a kernel

The server launches kernels in its local process/filesystem space. It can 
be containerized and scaled out using common technologies like tmpnb, Cloud 
Foundry, and Kubernetes.

jupyter_kernel_gateway v2.1.0 changes
-------------------------------------

* Adds x_header configuration option for use behind proxies
* Allow access from remote hosts (Notebook 5.6)
* Update dependencies of Jupyter components
* Include LICENSE file in wheels
* Update Kernel Gateway test base class to be compatible with Tornado 5.0
* Add reason argument to set_status() so that custom messages flow back to 
client
* Add whitelist of environment variables to be inherited from gateway 
process by kernel
* Fix broken links to notebook-http mode page in docs
* Fix bug when getting kernel language in notebook-http mode
* Fix IPerl notebooks running in notebook-http mode

Getting Started
---------------

See the README in the repository at 
https://github.com/jupyter/kernel_gateway to get started. Please report any 
issues in our GitHub issue tracker.

Take care,
Kevin.

-- 
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/9131fc27-cfa0-4e38-8e2a-b2967269cfa7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to