Skip to content

Commit

Permalink
ST6RI-765 Updated JupyterLab installer "install.bat".
Browse files Browse the repository at this point in the history
  • Loading branch information
seidewitz committed May 7, 2024
1 parent 7336abd commit 4151f83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion org.omg.sysml.jupyter.installer/install.bat
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ call java -version || goto :error

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

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

0 comments on commit 4151f83

Please sign in to comment.