Skip to content

JupyterLite demo #149

@jtpio

Description

@jtpio

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:

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

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions