Peter Parente

Results 259 comments of Peter Parente

I was wrong about the CORS though. We'd still be going through the nodejs proxy. But then the proxy would need to grow a /api/spawn endpoint which is a little...

As part of support `/api/spawn`, let's get the Makefile in this repo supporting a run-tmpnb-kernel-gateway mode (or something) where the kernel gateway image defined by Dockerfile.kernel is brought up in...

@jtyberg auth token support is issue #20

KG 0.3.1 is now in `jupyter/minimal-kernel:0017b56d93c9` and beyond.

Instead of having a `spawn` or `tmpnb` or whatever boolean parameter here, I think we want to have two string parameters named after the concepts in the dashboards roadmap and...

Digging into the code more today, there's a problem with the current design in that there's one /api end point assumed to proxy to one KG backend. With tmpnb, there's...

Discussed this again today. Decided to back-burner for now and get everything working with a single kernel gateway first. The primary sticking point is how to reap the kernels, but...

A little update on this. The api.js now has a very explicit route for POST /kernels to handle data munging that we have to perform when the client JS requests...

> Particularly, would we be breaking a 3rd party extension, for example, that made legitimate use of message types that we had not white listed. Any thoughts on that? My...

Yes. I'm not putting this into a milestone. Just wanted to note it in case one day we can do something about it easily.