Skip to content

Commit 2065ae8

Browse files
committed
Use current dir and path
1 parent e4549b6 commit 2065ae8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

examples/opensees/OpenSeesMP-dapi.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@
138138
},
139139
{
140140
"cell_type": "code",
141-
"execution_count": 5,
141+
"execution_count": null,
142142
"id": "cell-8",
143143
"metadata": {},
144144
"outputs": [
@@ -153,7 +153,7 @@
153153
}
154154
],
155155
"source": [
156-
"ds_path = \"/home/jupyter/MyData/template-notebooks/tapis3/opensees/OpenSeesMP_multiMotion/DS_input\"\n",
156+
"ds_path = os.getcwd() + \"/DS_input\"\n",
157157
"print(f\"DesignSafe path: {ds_path}\")\n",
158158
"input_uri = ds.files.translate_path_to_uri(ds_path)\n",
159159
"print(f\"Input URI: {input_uri}\")"

0 commit comments

Comments
 (0)