JupyterHub and tmpnb are unix only, so, unfortunately these are not an option.
What would be the best approach to load-balance Jupyter kernels on Windows? A reverse proxy to a collection of host/ports is trivial, but the objective is to channel http and ws traffic pertaining to a particular kernel to a particular host.
What's the best way to hook it up to kernel_gateway/nb2kg?