File tree Expand file tree Collapse file tree
org.omg.sysml.jupyter.installer Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ call java -version || goto :error
4141
4242echo --- Step 3: Installing Jupyter SysML kernel and dependencies ---
4343call jupyter kernelspec remove sysml -f > nul 2 >& 1
44- call conda install " jupyter-sysml-kernel=%SYSML_VERSION% " python=3.* jupyterlab=3 .* graphviz=2.* nodejs= " <17 " -c conda-forge -y || goto :error
44+ call conda install " jupyter-sysml-kernel=%SYSML_VERSION% " python=3.* jupyterlab=4 .* graphviz=2.* nodejs -c conda-forge -y || goto :error
4545
4646echo --- Step 4: Installing JupyterLab SysML extension ---
4747call jupyter labextension uninstall @ systems-modeling/jupyterlab-sysml
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ java -version
3434
3535echo " --- Step 3: Installing Jupyter SysML kernel and dependencies ---"
3636jupyter kernelspec remove sysml -f > /dev/null 2>&1 || true
37- conda install " jupyter-sysml-kernel=$SYSML_VERSION " python=3.* jupyterlab=3 .* graphviz=2.* nodejs= " <17 " -c conda-forge -y
37+ conda install " jupyter-sysml-kernel=$SYSML_VERSION " python=3.* jupyterlab=4 .* graphviz=2.* nodejs -c conda-forge -y
3838
3939echo " --- Step 4: Installing JupyterLab SysML extension ---"
4040jupyter labextension uninstall @systems-modeling/jupyterlab-sysml > /dev/null 2>&1 || true
You can’t perform that action at this time.
0 commit comments