Zachary Sailer

Results 127 comments of Zachary Sailer

Hi @ericmjl Thanks for posting here. I'd be happy working together-- I think the most interesting (perhaps new?) thing I've done here in `nx_altair` is flatten Graph data into a...

A brief aside— Another server-side option that's been explored is the [WebDAV protocol](https://en.wikipedia.org/wiki/WebDAV). This is more in scope for something like [hubshare](https://github.com/jupyterhub/hubshare). Users can access the same docs but never...

For RTC, the authentication + new authorization layer in Jupyter Server seems like the right server-side approach. Note, this authorization layer can be applied to any python server extension (all...

@joequant Thanks for sharing your experience here! > For example, in a filesystem, the permissions are read, write, execute. It turns out that for collaborative systems that the capabilities model...

I’m in favor of allowing custom control channel messages. But I also agree with Sylvain’s two “expectations” for messaging across this channel. This channel is best for “meta” logic that...

Seems like it would be worth creating some sort of GA workflow to fetch meeting notes from the issue and create a PR to the readthedocs repo. This could run...

I've seen this error with slow starting kernels. If you try to restart a kernel that takes a long time to start (this is often the case with remote kernels),...

@kevin-bates, thank you for making that table. That's super helpful as we move into implementing this. One comment: we might not be able to conclude that `shutdown_ready.set_exception()` results in a...

Listing out the full set of states while chatting with @blink1073: - lifecycle_state - starting - connecting - connected - restarting - terminating - dead - unknown - execution_state (published...

A common thing happening in Jupyter Server world is: kernels running in (e.g. docker) containers separate from the Kernel Manager layer. In this scenario, a "kernel" is not just the...