You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be useful to have a small demo of jupyter-chat running in JupyterLite, to be able to quickly get a feel of the current UX and functionalities it offers.
Proposed Solution
Add a JupyterLite demo with the jupyter-chat extension, ideally built from source, so it reflects the latest state.
Additional context
Currently jupyterlab-chat defines a list of dependencies that require a server to be functional:
Ideally it would be possible to try the chat and most of its frontend features directly in the browser, without any RTC involved. Or if there is RTC, then maybe over WebRTC?
The text was updated successfully, but these errors were encountered:
Ideally it would be possible to try the chat and most of its frontend features directly in the browser, without any RTC involved. Or if there is RTC, then maybe over WebRTC?
👍 We should also build an extension over webRTC, without jupyter-collaboration.
Problem
It would be useful to have a small demo of
jupyter-chat
running in JupyterLite, to be able to quickly get a feel of the current UX and functionalities it offers.Proposed Solution
Add a JupyterLite demo with the
jupyter-chat
extension, ideally built from source, so it reflects the latest state.Additional context
Currently
jupyterlab-chat
defines a list of dependencies that require a server to be functional:jupyter-chat/python/jupyterlab-chat/pyproject.toml
Lines 28 to 34 in 8de473a
Ideally it would be possible to try the chat and most of its frontend features directly in the browser, without any RTC involved. Or if there is RTC, then maybe over WebRTC?
The text was updated successfully, but these errors were encountered: