jupyterlab-contrib / jupyter-videochat

Video chat with peers inside JupyterLab
https://jupyter-videochat.rtfd.io
BSD 3-Clause "New" or "Revised" License
60 stars 10 forks source link

Support meetings in alternate JupyterLab-based applications #15

Closed bollwyvl closed 2 years ago

bollwyvl commented 3 years ago

With JupyterLab 3 (#14), we're likely to see a lot of custom frontends that remix the Lab components. If folk go too far, there's basically no way to support them.

The most full-featured current example built on Lab 3, jupyterlab-classic, would be challenging, as there is by design no way to show two things at once, but it offers an "escape hatch" to "full" Lab. It might not work right now due to some requires extensions that may not be provided.

Alternatives

bollwyvl commented 2 years ago

Fixed in v0.6.0.

Should make other issues for mimerenderer, widget, if it makes sense...