Skip to content

Commit 4dbe915

Browse files
committed
Another attempt at getting the notebook to show up where we can get at it.
1 parent 3cb0d59 commit 4dbe915

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

examples-proposed/024-aggregated-compute-ensemble/template.conf

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ LOG_FILE = log
44
LOG_LEVEL = INFO
55
SIMULATION_MODE = NORMAL
66

7+
# This is where we have the base jupyter notebook for the ensemble instances.
8+
INPUT_DIR = $PWD/input_dir/
9+
10+
711
[PORTS]
812
NAMES = DRIVER WORKER
913
[[DRIVER]]
@@ -18,7 +22,7 @@ SIMULATION_MODE = NORMAL
1822
NAME = InstanceDriver
1923
NPROC = 1
2024
BIN_PATH =
21-
INPUT_FILES = $PWD/instance_base_notebook.ipynb
25+
INPUT_FILES =
2226
OUTPUT_FILES =
2327
SCRIPT = $PWD/instance_driver.py
2428
MODULE =

0 commit comments

Comments
 (0)