Skip to content

Commit dd29f7b

Browse files
authored
Merge pull request #9 from BAMresearch/jupyter-lab
Run notebooks in Jupyterlab
2 parents 16b9703 + b42d532 commit dd29f7b

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

.readthedocs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ build:
88
python: "mambaforge-latest"
99

1010
conda:
11-
environment: environment_docs.yml
11+
environment: environment.yml
1212

1313
mkdocs:
1414
configuration: mkdocs.yml

docs/benchmarks/linear elasticity/plate_with_hole.ipynb

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
{
22
"cells": [
3+
{
4+
"cell_type": "markdown",
5+
"metadata": {},
6+
"source": [
7+
"# Postprocessing for FEniCSx example\n",
8+
"\n",
9+
"[![Jupyter4NFDI](https://nfdi-jupyter.de/images/jupyter4nfdi_badge.svg)](https://hub.nfdi-jupyter.de/v2/gh/BAMresearch/NFDI4IngModelValidationPlatform/HEAD?labpath=docs%2Fbenchmarks%2Flinear%20elasticity%2Fplate_with_hole.ipynb)"
10+
]
11+
},
312
{
413
"cell_type": "code",
514
"execution_count": 1,
File renamed without changes.

0 commit comments

Comments
 (0)