Skip to content

Commit 482ca03

Browse files
committed
fix: update fold input example file name
1 parent fcc1d9d commit 482ca03

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/science/af3-slurm/examples/simple_ipynb_launcher/adm/slurm-rest-api-notebook.ipynb.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@
205205
"datapipeline_partition_name = \"{{ default_datapipeline_partition_name }}\"\n",
206206
"\n",
207207
"# Assign `input_file` with datapipeline input file path\n",
208-
"input_file= \"fold_input.json\" # Replace with your input file path (relative path from the jupyter notebook directory)\n"
208+
"input_file= \"fold_input_example.json\" # Replace with your input file path (relative path from the jupyter notebook directory)\n"
209209
]
210210
},
211211
{

0 commit comments

Comments
 (0)