You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/notebooks/grpc4bmi_demo.ipynb
+40-1Lines changed: 40 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,13 @@
13
13
"To run this notebook you need to have grpc4bmi installed in your python environment."
14
14
]
15
15
},
16
+
{
17
+
"cell_type": "markdown",
18
+
"metadata": {},
19
+
"source": [
20
+
"Note that your directory setup (`work_dir` and `input_dir`) may differ from this example, depending on where the config file, input directory and output directory are located."
21
+
]
22
+
},
16
23
{
17
24
"cell_type": "code",
18
25
"execution_count": 1,
@@ -59,7 +66,7 @@
59
66
"cell_type": "markdown",
60
67
"metadata": {},
61
68
"source": [
62
-
"Initialization works like normal. Note that you do not want to have the `DockerImage` or `ExeFilePath` entries in your configuration file (!):"
69
+
"Initialization works like normal. *But note that you **do not** want to have the* `DockerImage` *or* `ExeFilePath` *entries in your configuration file*"
0 commit comments