Skip to content

Commit bef1ae3

Browse files
committed
Simplify MyBinder environment and fix lite notebook
1 parent 94874cd commit bef1ae3

File tree

5 files changed

+7
-29
lines changed

5 files changed

+7
-29
lines changed

binder/README.md

-11
This file was deleted.

binder/environment.yml

+4-7
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,11 @@ dependencies:
66
- numpy
77
- scipy
88
- matplotlib
9-
- pypardiso
9+
- h5py
10+
- meshio
11+
- pyvista
1012
- pip
1113
- pip:
1214
- nbgitpuller
1315
- einsumt
14-
- matadi
15-
- h5py
16-
- meshio
17-
- trame
18-
- panel
19-
- pyvista
16+
- felupe

binder/postBuild

-4
This file was deleted.

binder/start

-4
This file was deleted.

notebooks/lite/01_Getting-Started.ipynb

+3-3
Original file line numberDiff line numberDiff line change
@@ -137,8 +137,8 @@
137137
"outputs": [],
138138
"source": [
139139
"fig, ax = job.plot(\n",
140-
" xlabel=\"Displacement $u$ in mm $\\longrightarrow$\",\n",
141-
" ylabel=\"Normal Force $F$ in N $\\longrightarrow$\",\n",
140+
" xlabel=r\"Displacement $u$ in mm $\\longrightarrow$\",\n",
141+
" ylabel=r\"Normal Force $F$ in N $\\longrightarrow$\",\n",
142142
")"
143143
]
144144
}
@@ -159,7 +159,7 @@
159159
"name": "python",
160160
"nbconvert_exporter": "python",
161161
"pygments_lexer": "ipython3",
162-
"version": "3.10.6"
162+
"version": "3.12.6"
163163
}
164164
},
165165
"nbformat": 4,

0 commit comments

Comments
 (0)