David Brochart

Results 463 comments of David Brochart

> I suspect that there will either need to be a way for the user code to temorarily give up control back to the loop (I guess you could use...

I just rebased on master. What I can see using @ilyabo's widget is that this code now works: ```python # cell 1 from unfolded.map_sdk import UnfoldedMap unfolded_map = UnfoldedMap( mapUUID='ae4f5345-8507-49ec-85f6-a1f8c7bc2219'...

> I'm not sure how to fix that, because the parent used is always the one from the last message received on the shell channel. I think this limitation is...

I just rebased on master. It seems to work fine now, maybe recent changes in ipykernel solve the issue I mentioned [earlier](https://github.com/ipython/ipykernel/pull/589#issuecomment-880602401). cc @ilyabo

Oh, that's because of this commit: https://github.com/ipython/ipykernel/pull/589/commits/22bd412b25b6deaf731af6d92c7be3f2b0e915b0 I didn't mean to push it because I was experimenting with it, but it is the change that solves the issue.

Just to reference the particular issue: https://github.com/root-project/cling/issues/359

Hi, I want to use jupyter-server-proxy to forward some requests to a web server that runs in the kernel. As I understand it, because mybinder uses `https`, my web server...

> @davidbrochart https is only required for external connections between your browser and mybinder. But I think this is the case, my server is running in the kernel which is...

Yes the server is running in the container, and I would be fine with no SSL, but because the browser is going to make requests from an `https` URL, I...

Indeed, ipycytoscape doesn't work with JupyterLab 2.