Skip to content

Commit

Permalink
fix(nbs): indicate explicit output
Browse files Browse the repository at this point in the history
Signed-off-by: Cameron Smith <[email protected]>
  • Loading branch information
cameronraysmith committed Jul 30, 2024
1 parent 708fa9f commit 6628265
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nbs/guides/interactive/interactive.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ In this example, we load the postprocessed data from the downloaded file,

```{python}
# | label: load-postprocessed-data
# | output: true
import scanpy as sc
from pyrovelocity.utils import print_anndata
Expand All @@ -126,6 +127,7 @@ as well as the posterior samples,

```{python}
# | label: load-posterior-samples
# | output: true
from pyrovelocity.utils import pretty_print_dict
from pyrovelocity.io import CompressedPickle
Expand Down

0 comments on commit 6628265

Please sign in to comment.