Skip to content

Commit

Permalink
Simplify MyBinder environment and fix lite notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
adtzlr committed Jan 16, 2025
1 parent 94874cd commit bef1ae3
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 29 deletions.
11 changes: 0 additions & 11 deletions binder/README.md

This file was deleted.

11 changes: 4 additions & 7 deletions binder/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,11 @@ dependencies:
- numpy
- scipy
- matplotlib
- pypardiso
- h5py
- meshio
- pyvista
- pip
- pip:
- nbgitpuller
- einsumt
- matadi
- h5py
- meshio
- trame
- panel
- pyvista
- felupe
4 changes: 0 additions & 4 deletions binder/postBuild

This file was deleted.

4 changes: 0 additions & 4 deletions binder/start

This file was deleted.

6 changes: 3 additions & 3 deletions notebooks/lite/01_Getting-Started.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,8 @@
"outputs": [],
"source": [
"fig, ax = job.plot(\n",
" xlabel=\"Displacement $u$ in mm $\\longrightarrow$\",\n",
" ylabel=\"Normal Force $F$ in N $\\longrightarrow$\",\n",
" xlabel=r\"Displacement $u$ in mm $\\longrightarrow$\",\n",
" ylabel=r\"Normal Force $F$ in N $\\longrightarrow$\",\n",
")"
]
}
Expand All @@ -159,7 +159,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.10.6"
"version": "3.12.6"
}
},
"nbformat": 4,
Expand Down

0 comments on commit bef1ae3

Please sign in to comment.