Skip to content

Commit e9ef051

Browse files
authored
Merge pull request #71 from ModelDriven/ST6RI-145
ST6RI-145 Update SysML Jupyter kernel for 2019-12
2 parents 2a87163 + ce6f5cf commit e9ef051

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

org.omg.sysml.jupyter/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55
}
66

77
group 'org.omg.sysml.jupyter.kernel'
8-
version '2019-09'
8+
version '2019-12'
99

1010
sourceCompatibility = 1.8
1111

org.omg.sysml.jupyter/src/main/resources/installer/install.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ if errorlevel 1 (
2828

2929
echo --- Step 5: Installing SysML v2 Jupyter kernel ---
3030
call 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

3333
echo --- Step 6: Installing Jupyter notebook extension for codefolding ---
3434
call conda install -c conda-forge jupyter_contrib_nbextensions -y || goto:error

org.omg.sysml.jupyter/src/main/resources/installer/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ command -v python3 || (echo "Python 3 is not installed. Please manually install
1717

1818
echo "--- Step 5: Installing SysML v2 Jupyter kernel ---"
1919
jupyter 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

2222
echo "--- Step 6: Installing Jupyter notebook extension for codefolding ---"
2323
conda install -c conda-forge jupyter_contrib_nbextensions -y

0 commit comments

Comments
 (0)