Skip to content

Commit 5271c9e

Browse files
authored
labextension in develop mode in dev install (#79)
1 parent cbe0cdf commit 5271c9e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

scripts/install.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,14 @@ if [ -z "${EXTENSION}" ]; then
1212
jlpm build
1313
# install the collaborative chat extension
1414
pip install -e python/jupyterlab-collaborative-chat[test]
15+
jupyter labextension develop --overwrite python/jupyterlab-collaborative-chat
1516

1617
# install websocket chat extension
1718
pip install -e python/jupyterlab-ws-chat[test]
19+
jupyter labextension develop --overwrite python/jupyterlab-ws-chat
1820
else
1921
PACKAGE="jupyterlab-${EXTENSION}-chat"
2022
jlpm build:${EXTENSION}
2123
pip install -e python/${PACKAGE}[test]
24+
jupyter labextension develop --overwrite python/${PACKAGE}
2225
fi

0 commit comments

Comments
 (0)