Luciano Resende

Results 163 comments of Luciano Resende

Could you elaborate on the why?

is there a way to make it a choice? instead of one or another?

@kevin-bates Well, it looks like we have been there: https://github.com/jupyter-server/enterprise_gateway/pull/1079 And than we came back: https://github.com/jupyter-server/enterprise_gateway/pull/1108 Do you remember why we had to come back?

Are these merely to access resources on a different cluster in general? Or do we have the intention to enable mapping userA to clusterA and userB to clusterB? And how...

What kernelproxy are you using? If you use CRD with SparkOperator it has the ability to handle that for you automatically as part of the crd

There are multiple ways you can go about this: - Configure kernel image pullers to avoid delays in downloading images and reduce the startup timeouts - Configure culling kernels to...

Could be this? https://github.com/jupyter-server/enterprise_gateway/blob/9424e3f383e04a16c95a57ef1f60237ef3889374/pyproject.toml#L29

So, an easy way to reproduce this is to set the user in the docker image as 185 (anonymous)... Then, my understanding is that there were two issues: - missing...

Should this be in Elyra? Or in nbconvert ?

As you can see, we already removed a lot of transient dependencies from the requirements file to avoid us having to keep syncing to new versions, etc... if they don't...