We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5dab55e commit ad37fa9Copy full SHA for ad37fa9
tutorial/sxp_config.yaml renamed to sed/config/sxp_config.yaml
tutorial/5_sxp_workflow.ipynb
@@ -32,7 +32,7 @@
32
},
33
"outputs": [],
34
"source": [
35
- "local_path = Path(sed.__file__).parent.parent / \"tutorial/\"\n",
+ "local_path = Path(sed.__file__).parent / \"config/\"\n",
36
"config_file = local_path / \"sxp_config.yaml\"\n",
37
"assert config_file.exists()"
38
]
@@ -394,7 +394,7 @@
394
"name": "python",
395
"nbconvert_exporter": "python",
396
"pygments_lexer": "ipython3",
397
- "version": "3.8.12"
+ "version": "3.9.19"
398
}
399
400
"nbformat": 4,
0 commit comments