Skip to content

Commit

Permalink
Updated viewer height
Browse files Browse the repository at this point in the history
  • Loading branch information
royfrancis committed Mar 24, 2024
1 parent 7417014 commit db0289b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion documents/webr-shinylive/index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ This is a shinylive app chunk
#| standalone: true
#| components: [editor, viewer]
#| layout: vertical
#| viewerHeight: 680
shinyApp(
ui=fluidPage(
sliderInput("value", label="Value", min=1, max=50, step=1, value=2),
Expand All @@ -50,5 +52,5 @@ sessionInfo()
```

<!--
docker run --platform linux/amd64 --rm -p 4202:4202 -v ${PWD}:/home/rstudio/raukr ghcr.io/nbisweden/workshop-raukr:latest quarto preview --port 4202 --host 0.0.0.0
docker run --platform linux/amd64 --rm -e PASSWORD=raukr -p 4202:4202 -p 8788:8787 -v ${PWD}:/home/rstudio/raukr ghcr.io/nbisweden/workshop-raukr:latest
-->

0 comments on commit db0289b

Please sign in to comment.