Skip to content

Commit 4151f83

Browse files
committed
ST6RI-765 Updated JupyterLab installer "install.bat".
1 parent 7336abd commit 4151f83

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

org.omg.sysml.jupyter.installer/install.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ call java -version || goto :error
4141

4242
echo --- Step 3: Installing Jupyter SysML kernel and dependencies ---
4343
call jupyter kernelspec remove sysml -f >nul 2>&1
44-
call conda install "jupyter-sysml-kernel=%SYSML_VERSION%" python=3.* jupyterlab=2.* graphviz=2.* nodejs=14.* -c conda-forge -y || goto:error
44+
call conda install "jupyter-sysml-kernel=%SYSML_VERSION%" python=3.* jupyterlab=3.* graphviz=2.* nodejs="<17" -c conda-forge -y || goto:error
4545

4646
echo --- Step 4: Installing JupyterLab SysML extension ---
4747
call jupyter labextension uninstall @systems-modeling/jupyterlab-sysml

0 commit comments

Comments
 (0)