Eric Charles

Results 535 comments of Eric Charles

To further expand the discussion, OAuth(2) is unfortunately not Identity/Authentication. It is just Authorization. You get back a token that allows you to perform actions, but you don't get back...

@minrk Thx for elaborating and bringing context. - Will play a bit with the jupyterhub rbac custom scope which are not `typed` for now. - We agree that OAuth can...

@minrk Talking about jupyter server, how do you see the the RBAC work articulate with initiatives around Authorization like https://github.com/jupyter-server/jupyter_server/pull/165 done by @Zsailer . Do you see the RBAC/Permission model...

I have tried this recently and was not able to reproduce. @sok82 Are you still facing the issue?

Hi @mattmutt The Cell component has a `Kernel` props, so your use case is supported today. You would have to create the Kernel object in code and create the Cell...

PS: Actually working on a fix to ensure you can create different kernels (for now, we optimize based on a cookie to ensure there is only one kernel).

> Hi, I’m working on this part for GSOC. Is there any progress / branch for enabling isolated kernels per cell? No branch to my knowledge for the isolated kernel...

> I’m not proposing this as a GSOC project yet — I just want to learn how the Jupyter UI components work and get comfortable contributing. If you'd like to...