We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32e40f2 commit 33c6e08Copy full SHA for 33c6e08
1 file changed
org.omg.sysml.jupyter.installer/install.sh
@@ -33,7 +33,7 @@ java -version
33
34
echo "--- Step 3: Installing Jupyter SysML kernel and dependencies ---"
35
jupyter kernelspec remove sysml -f > /dev/null 2>&1 || true
36
-conda install "jupyter-sysml-kernel=$SYSML_VERSION" python=3.* jupyterlab=2.* graphviz=2.* nodejs=14.* -c conda-forge -y
+conda install "jupyter-sysml-kernel=$SYSML_VERSION" python=3.* jupyterlab=2.* graphviz=2.* nodejs=15.* -c conda-forge -y
37
38
echo "--- Step 4: Installing JupyterLab SysML extension ---"
39
jupyter labextension uninstall @systems-modeling/jupyterlab-sysml > /dev/null 2>&1 || true
0 commit comments