Skip to content

Commit cb9b501

Browse files
remove direct git install of jupyter
1 parent a1b4688 commit cb9b501

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

images/datascience-notebook/scripts/install-python/install-nbresuse.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/sh -x
22

3-
pip install --no-cache-dir git+https://github.com/jupyter-server/jupyter-resource-usage
3+
pip install --no-cache-dir pip install jupyter-resource-usage
44
#pip install --no-cache-dir git+https://github.com/ucsd-ets/nbresuse.git
55
# nbclassic
66
#&& \ jupyter server extension enable --sys-prefix --py nbresuse && \

0 commit comments

Comments
 (0)