Skip to content

Commit

Permalink
do not launch shiny app unless interactive
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinrue committed Jul 30, 2024
1 parent 2d44d02 commit cc3fa89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes/workshop_isee_extension.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -561,7 +561,7 @@ ReducedDimensionHexPlot <- function(...) {

At this point, we can already demonstrate that we have a functional new panel class... that is a carbon copy of the parent class it inherits from!

```{r}
```{r, message=FALSE, warning=FALSE, eval=interactive()}
iSEE(sce, initial = list(
ReducedDimensionHexPlot(),
ReducedDimensionPlot()
Expand Down

0 comments on commit cc3fa89

Please sign in to comment.