We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7336abd commit 4151f83Copy full SHA for 4151f83
1 file changed
org.omg.sysml.jupyter.installer/install.bat
@@ -41,7 +41,7 @@ call java -version || goto :error
41
42
echo --- Step 3: Installing Jupyter SysML kernel and dependencies ---
43
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
+call conda install "jupyter-sysml-kernel=%SYSML_VERSION%" python=3.* jupyterlab=3.* graphviz=2.* nodejs="<17" -c conda-forge -y || goto:error
45
46
echo --- Step 4: Installing JupyterLab SysML extension ---
47
call jupyter labextension uninstall @systems-modeling/jupyterlab-sysml
0 commit comments