Marc Udoff

Results 84 comments of Marc Udoff

I am seeing this also on a built module (kerberos). I prune regularly, which I suspect could be related. Any way for me to force it to reinstall one module?

@juanpicado the problem is that: > Function is synchronous and returns a ReadableStream Filters have been designed to be async, so there is no chance to let them run before...

@juanpicado Any more thoughts here?

I like @bollwyvl idea of pointing to examples rather than inline here because it's not obvious what goes into `language_servers` and then you have more room for a lot of...

I stumbled across this with the same issue in https://github.com/jupyter/jupyter_client/issues/154#issuecomment-962202025. What's the best way to pass `KernelManager.transport` to papermill today? Passing > `--KernelManager.transport=ipc` on the command-line did not work for...

Thanks for the great tip! This is very close (and even easier than you said), but still seeing some issues: Given the following files: ``` ./__init__.py ./test.py #!/usr/local/bin/python import papermill...

That worked great - thanks!! This seems to fully solve the issue if you can use IPC.

@kevin-bates I thought you may be interested in this from a protocol POV: the runtime dir did not work great on NFS for the above test. I saw race conditions...