Skip to content

Commit

Permalink
labextension in develop mode in dev install
Browse files Browse the repository at this point in the history
  • Loading branch information
brichet committed Sep 12, 2024
1 parent cbe0cdf commit 51d5886
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,14 @@ if [ -z "${EXTENSION}" ]; then
jlpm build
# install the collaborative chat extension
pip install -e python/jupyterlab-collaborative-chat[test]
jupyter labextension develop --overwrite python/jupyterlab-collaborative-chat

# install websocket chat extension
pip install -e python/jupyterlab-ws-chat[test]
jupyter labextension develop --overwrite python/jupyterlab-ws-chat
else
PACKAGE="jupyterlab-${EXTENSION}-chat"
jlpm build:${EXTENSION}
pip install -e python/${PACKAGE}[test]
jupyter labextension develop --overwrite python/${PACKAGE}
fi

0 comments on commit 51d5886

Please sign in to comment.