Skip to content

Commit 83e6cf1

Browse files
update the tuto md
1 parent 021b197 commit 83e6cf1

3 files changed

Lines changed: 545 additions & 211 deletions

File tree

CONTRIBUTING.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,3 +107,12 @@ Serve docs locally:
107107
```sh
108108
uv run poe docs
109109
```
110+
111+
### Updating the tutorial
112+
113+
Update the `.ipynb`, and then re-convert to markdown (currently, `.ipynb` is not supported by Zensical):
114+
115+
```sh
116+
cd docs/tutorials
117+
uv run jupyter nbconvert usage.ipynb --to markdown
118+
```

docs/tutorials/usage.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -692,7 +692,7 @@
692692
"print(\"Omics sources loaded:\")\n",
693693
"for name, df in omics_df.items():\n",
694694
" print(f\" {name:10s} {df.shape[0]:>4d} samples * {df.shape[1]:>4d} features\")\n",
695-
"print(f\"\\nClinical data : {clinical_df.shape[0]} rows * {clinical_df.shape[1]} columns\")\n"
695+
"print(f\"\\nClinical data : {clinical_df.shape[0]} rows * {clinical_df.shape[1]} columns\")"
696696
]
697697
},
698698
{

0 commit comments

Comments
 (0)