Kevin Bates

Results 510 comments of Kevin Bates

Hi Jash - thank you for your interest. If you're new to Jupyter notebooks in general, this will be challenging, but nothing we can't overcome. Along the lines of Luciano's...

Hi @Icc-o - no integrating a C++ kernel so that it can be run within a resource-managed cluster via EG has not been completed. Are you interested in making that...

Since a C++ kernel probably doesn't need to be launched within a Spark cluster (since Spark languages are Scala, Python, or R), I'm thinking we could use `launch_ipykernel.py` and convert...

A liveness check can be performed using a `GET` against `/api`. This will return a JSON consisting of the version string of the underly Jupyter Server, and a version string...

Hi Max - I'm afraid this is an area of relative unknown for us (maintainers) as well. We usually recommend a reverse-proxy, like [Apache Knox](https://knox.apache.org/), when these kinds of questions...

These were added relatively recently (via #800) where they were taken from notebook so we could add user authorization checks. Looks like the kernel handler was added a few months...

Sorry - I can't keep up with your updates - so my responses are relative to previous posts.

Hi @EugeneTorap - this sounds very interesting! I haven't had a chance to wrap my head around all of this, but I wanted to point out that EG will be...

Hi @emsi. Yeah, this was realized the other day as well and an issue opened here: https://github.com/jupyter-server/jupyter_server/issues/1059. I would suggest we keep the discussion there. Seems like this issue should...

I would strongly suggest you use the `AsyncMappingKernelManager`. That way your kernels will be managed by the `ServerKernelManager` where you'll be able to leverage future functionality.