Skip to content

Commit

Permalink
Some cleaning and doc
Browse files Browse the repository at this point in the history
  • Loading branch information
brichet committed Mar 26, 2024
1 parent afda9b8 commit ff7a90f
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 12 deletions.
2 changes: 2 additions & 0 deletions packages/jupyter-chat-extension/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ A chat extension for Jupyterlab
This package is composed of a Python package named `jupyter_chat_extension`
for the server side and a NPM package named `@jupyter/chat-extension`

![screenshot](screenshot.png "chat")

## Requirements

- JupyterLab >= 4.0.0
Expand Down
1 change: 0 additions & 1 deletion packages/jupyter-chat-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@
"prettier:check": "jlpm prettier:base --check",
"stylelint": "jlpm stylelint:check --fix",
"stylelint:check": "stylelint --cache \"style/**/*.css\"",
"test": "jest --coverage",
"watch:src": "tsc -w --sourceMap"
},
"dependencies": {
Expand Down
Binary file added packages/jupyter-chat-extension/screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

This file was deleted.

2 changes: 1 addition & 1 deletion packages/jupyter-chat-extension/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Distributed under the terms of the Modified BSD License.
/**
* @packageDocumentation
* @module collaboration-extension
* @module chat-extension
*/

import {
Expand Down
2 changes: 1 addition & 1 deletion packages/jupyter-chat/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@jupyter/chat",
"version": "0.1.0",
"description": "A chat package for Jupyterlab extension",
"description": "A package that provides UI components that can be used to create a chat in a Jupyterlab extension.",
"keywords": [
"jupyter",
"jupyterlab",
Expand Down

0 comments on commit ff7a90f

Please sign in to comment.