We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31ad288 commit ae68620Copy full SHA for ae68620
1 file changed
hands-on/session II/Materials/build_jetstream_environment.sh
@@ -169,7 +169,7 @@ python -m pip install -e "$OPENVISUSPY_DIR" >/dev/null
169
step "7/7" "Install Jupyter kernel + extras"
170
171
# keep these visible enough to diagnose, but not too noisy
172
-conda install -c conda-forge -y jupyterlab-git >/dev/null
+conda install -c conda-forge -y jupyterlab-git=0.52.0 >/dev/null
173
174
python -m pip install "ipykernel==6.29.2" >/dev/null
175
python -m pip install jupyter-server-mathjax >/dev/null
0 commit comments