Skip to content

Commit 8294a26

Browse files
committed
Improved the documentation
1 parent 5095ad3 commit 8294a26

5 files changed

Lines changed: 129 additions & 127 deletions

File tree

README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,22 @@ Install `edge2torch` from PyPI with:
5151
pip install edge2torch
5252
```
5353

54+
To run the `interpret_model()` function:
55+
56+
```bash
57+
pip install "edge2torch[interpret]"
58+
```
59+
5460
For optional `AnnData` support:
5561

5662
```bash
57-
pip install "edge2torch[bio]"
63+
pip install "edge2torch[anndata]"
64+
```
65+
66+
To install both optional extras:
67+
68+
```bash
69+
pip install "edge2torch[all]"
5870
```
5971

6072
## Minimal example

docs/feedforward-skip-edges.ipynb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,10 @@
4747
"id": "c76366f7",
4848
"metadata": {
4949
"execution": {
50-
"iopub.execute_input": "2026-05-06T08:00:51.754135Z",
51-
"iopub.status.busy": "2026-05-06T08:00:51.754028Z",
52-
"iopub.status.idle": "2026-05-06T08:00:53.170874Z",
53-
"shell.execute_reply": "2026-05-06T08:00:53.170199Z"
50+
"iopub.execute_input": "2026-05-06T10:51:27.556150Z",
51+
"iopub.status.busy": "2026-05-06T10:51:27.556042Z",
52+
"iopub.status.idle": "2026-05-06T10:51:27.563780Z",
53+
"shell.execute_reply": "2026-05-06T10:51:27.563298Z"
5454
}
5555
},
5656
"outputs": [],

0 commit comments

Comments
 (0)