blois
blois
IPython includes some other magics as well, see https://ipython.readthedocs.io/en/stable/interactive/reference.html#automatic-parentheses-and-quotes I do think it could be useful to expose an API on the kernel where you can ask for some code...
Are there languages other than Python that have cell magics? This almost feels like an implementation detail of the LSP that it should be supporting 'Notebook Python' but the underlying...
I agree on the usefulness of magics, really trying to figure out a way to break the problem down some. For moving support into the LSP- I wonder if it...
In the scope of this I think it would also be good to think about how to expose an API from the host application to the Javascript module. The goal...
Just to follow up on https://github.com/ipython/ipython/issues/13376#issuecomment-989040562- in Colab we have these capabilities exposed off of the window object to support rich visualizations without requiring extensions similar to classic notebook ([full...
@vidartf `widgets.jslink` can still be useful in cases when disconnected from the kernel- I'm wondering if would be possible to structure the implementation to be more of a bidirectional link...
Can [ResizeObserver](https://developer.mozilla.org/en-US/docs/Web/API/ResizeObserver) be relied on to resolve some ambiguity around layout events? The browser support matrix is looking pretty green now. Decreasing the dependency on Lumino DOM events may make...
Third-party widgets are now supported in Colab- is there an example of the widgets not working?
Are domain sockets a viable approach for you to avoid port conflicts?
> I don't think we want to drop support for TCP protocol. Besides, you may want to connect to a kernel from a distant client. The random port choice right...