Kevin Bates

Results 510 comments of Kevin Bates

Just to be clear, we can easily fix the 3.5 support issue in kernel provider stuff. There was a recent change that unexpectedly introduced a syntax error only on 3.5...

@dlqqq - thank you for demo-ing this in today's Lab meeting. I had some observations/questions - both of which you appear to have already listed (and @ellisonbg has responded to)...

>> I think using a UUID as the ID should be considered. This yields immediate uniqueness and enables future functionality like merging SQLite DBs, etc. > This has negative performance...

>> I believe the flexibility that UUIDs buy you outweighs the negatives - particularly in adoption by enterprises and large installations. > I'm still failing to see a concrete use-case....

Thanks Evan. I'm cross-referencing the discourse link here: https://discourse.jupyter.org/t/scalable-enterprise-gateway/2014

@esevan - thanks for looking into this. Got a couple comments. 1. We can't modify `nb2kg` since that is tantamount to a protocol change - in this case, the job...

Hi @mdsowmya - IPv6 support for our kernel launchers and EG response address is something that will need to come from the community at this time. We neither have the...

Hi @mdsowmya - thanks for taking a look at this. One of the changes in PR #877 is that the listener socket and the 5 zmq ports are created with...

Hi @kakaluoteasd. Yeah, you'll need to mount the same volume on the kernel pod. If the volume is the same across all kernel launches, you should be able to adjust...

Hi @kakaluoteasd. The values for each of your envs need to be strings. This issue may help with the formatting: https://github.com/jupyter/enterprise_gateway/issues/753 Note that if you're actually going to update the...