-
-
Notifications
You must be signed in to change notification settings - Fork 18
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
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
| dependencies = [ | |
| "jupyterlab~=4.0", | |
| "jupyter_collaboration>=3,<4", | |
| "jupyter_server>=2.0.1,<3", | |
| "jupyter_ydoc", | |
| "pycrdt" | |
| ] |
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?
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request