Skip to content

Commit ae68620

Browse files
authored
Apply suggestion from @knglugo
1 parent 31ad288 commit ae68620

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

hands-on/session II/Materials/build_jetstream_environment.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ python -m pip install -e "$OPENVISUSPY_DIR" >/dev/null
169169
step "7/7" "Install Jupyter kernel + extras"
170170

171171
# keep these visible enough to diagnose, but not too noisy
172-
conda install -c conda-forge -y jupyterlab-git >/dev/null
172+
conda install -c conda-forge -y jupyterlab-git=0.52.0 >/dev/null
173173

174174
python -m pip install "ipykernel==6.29.2" >/dev/null
175175
python -m pip install jupyter-server-mathjax >/dev/null

0 commit comments

Comments
 (0)