We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4549b6 commit 2065ae8Copy full SHA for 2065ae8
1 file changed
examples/opensees/OpenSeesMP-dapi.ipynb
@@ -138,7 +138,7 @@
138
},
139
{
140
"cell_type": "code",
141
- "execution_count": 5,
+ "execution_count": null,
142
"id": "cell-8",
143
"metadata": {},
144
"outputs": [
@@ -153,7 +153,7 @@
153
}
154
],
155
"source": [
156
- "ds_path = \"/home/jupyter/MyData/template-notebooks/tapis3/opensees/OpenSeesMP_multiMotion/DS_input\"\n",
+ "ds_path = os.getcwd() + \"/DS_input\"\n",
157
"print(f\"DesignSafe path: {ds_path}\")\n",
158
"input_uri = ds.files.translate_path_to_uri(ds_path)\n",
159
"print(f\"Input URI: {input_uri}\")"
0 commit comments