Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove websocket chat extension #100

Merged
merged 5 commits into from
Nov 18, 2024
Merged

Conversation

brichet
Copy link
Collaborator

@brichet brichet commented Nov 14, 2024

This PR removes the websocket chat extension in favour of https://github.com/brichet/jupyterlab-ws-chat.

This update aims to simplify the codebase of the current repo, by keeping only one extension, the one providing chats based on shared documents.

The websocket chat extension was mostly provided here as an other example on @jupyter/chat usage for an extension.

Copy link
Contributor

Binder 👈 Launch a Binder on branch brichet/jupyter-chat/remove_ws_chat

@brichet brichet marked this pull request as ready for review November 14, 2024 14:37

It is composed of a Python package named `jupyterlab_ws_chat`
for the server side and a NPM package named `jupyterlab-ws-chat`.
This extension has been moved to its own [repository](https://github.com/brichet/jupyterlab-ws-chat)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I guess it's indeed fine to have it in a separate repo, to demonstrate how to use jupyter-chat 👍

@brichet brichet merged commit 6dd839e into jupyterlab:main Nov 18, 2024
9 checks passed
@brichet brichet deleted the remove_ws_chat branch November 18, 2024 15:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants