Skip to content

Commit 983ebf3

Browse files
committed
Updating interactive demos
1 parent 598bc0f commit 983ebf3

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

content/Getting_started/demo03.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@
175175
}
176176
],
177177
"source": [
178-
"oofempy.init(1) # set loglevel to 1 (errors and warnings)\n",
178+
"oofempy.init(1) # set loglevel to 1 (errors and warnings) \n",
179179
"\n",
180180
"print(\"Cantilever loaded by the constant edge load (fx, fy) on the right edge. Colors indicate normal stress in x direction.\")\n",
181181
"ipywidgets.interact(update, fx=ipywidgets.fixed(0.0), fz=ipywidgets.IntSlider(value=0,min=-20,max=20,step=1,description='Fy:', continuous_update=False))"

content/Getting_started/demo04.ipynb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@
1616
"outputs": [],
1717
"source": [
1818
"# Preliminary step to install OOFEM wasm wheel for Pyodide \n",
19-
"#%pip install https://www.oofem.org/download/oofem-2.6.dev1601-cp313-cp313-pyodide_2025_0_wasm32.whl\n",
20-
"#%pip install -q ipywidgets\n",
21-
"import sys\n",
22-
"sys.path.extend(('/home/bp/devel/oofem.git/build/', '/home/bp/devel/oofem.git/bindings/python/')) "
19+
"%pip install https://www.oofem.org/download/oofem-2.6.dev1601-cp313-cp313-pyodide_2025_0_wasm32.whl\n",
20+
"%pip install -q ipywidgets\n",
21+
"#import sys\n",
22+
"#sys.path.extend(('/home/bp/devel/oofem.git/build/', '/home/bp/devel/oofem.git/bindings/python/')) "
2323
]
2424
},
2525
{

0 commit comments

Comments
 (0)