File tree Expand file tree Collapse file tree
src/main/resources/installer Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ plugins {
55}
66
77group ' org.omg.sysml.jupyter.kernel'
8- version ' 2019-09 '
8+ version ' 2019-12 '
99
1010sourceCompatibility = 1.8
1111
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ if errorlevel 1 (
2828
2929echo --- Step 5: Installing SysML v2 Jupyter kernel ---
3030call jupyter kernelspec remove sysml -f
31- call python %~dp0 \install.py --sys-prefix %* || goto :error
31+ call python " %~dp0 \install.py" --sys-prefix --api-base-path=http://sysml2.intercax.com:9000 %* || goto :error
3232
3333echo --- Step 6: Installing Jupyter notebook extension for codefolding ---
3434call conda install -c conda-forge jupyter_contrib_nbextensions -y || goto :error
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ command -v python3 || (echo "Python 3 is not installed. Please manually install
1717
1818echo " --- Step 5: Installing SysML v2 Jupyter kernel ---"
1919jupyter kernelspec remove sysml -f || true
20- python3 install.py --sys-prefix " $@ "
20+ python3 install.py --sys-prefix --api-base-path=http://sysml2.intercax.com:9000 " $@ "
2121
2222echo " --- Step 6: Installing Jupyter notebook extension for codefolding ---"
2323conda install -c conda-forge jupyter_contrib_nbextensions -y
You can’t perform that action at this time.
0 commit comments