home.social

#quartolive — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #quartolive, aggregated by home.social.

  1. If there are any #quarto / #quartoLive / #revealjs nerds who want to have a play - code is here: codeberg.org/da5nsy/OpenColour

    (r-wasm.github.io/quarto-live/)

    I tried earlier and couldn't get it to play nicely.

  2. If there are any #quarto / #quartoLive / #revealjs nerds who want to have a play - code is here: codeberg.org/da5nsy/OpenColour

    (r-wasm.github.io/quarto-live/)

    I tried earlier and couldn't get it to play nicely.

  3. If there are any #quarto / #quartoLive / #revealjs nerds who want to have a play - code is here: codeberg.org/da5nsy/OpenColour

    (r-wasm.github.io/quarto-live/)

    I tried earlier and couldn't get it to play nicely.

  4. If there are any #quarto / #quartoLive / #revealjs nerds who want to have a play - code is here: codeberg.org/da5nsy/OpenColour

    (r-wasm.github.io/quarto-live/)

    I tried earlier and couldn't get it to play nicely.

  5. If there are any #quarto / #quartoLive / #revealjs nerds who want to have a play - code is here: codeberg.org/da5nsy/OpenColour

    (r-wasm.github.io/quarto-live/)

    I tried earlier and couldn't get it to play nicely.

  6. We'd like to add a full interactive bash terminal that runs in the web browser into our Quarto book. It seems like there should be a way to do this using Quarto Live and a WASM-compiled bash shell, but I can't find any examples. Do you know of any? #Quarto #WASM #QuartoLive #bash

  7. We'd like to add a full interactive bash terminal that runs in the web browser into our Quarto book. It seems like there should be a way to do this using Quarto Live and a WASM-compiled bash shell, but I can't find any examples. Do you know of any? #Quarto #WASM #QuartoLive #bash

  8. We'd like to add a full interactive bash terminal that runs in the web browser into our Quarto book. It seems like there should be a way to do this using Quarto Live and a WASM-compiled bash shell, but I can't find any examples. Do you know of any? #Quarto #WASM #QuartoLive #bash

  9. We'd like to add a full interactive bash terminal that runs in the web browser into our Quarto book. It seems like there should be a way to do this using Quarto Live and a WASM-compiled bash shell, but I can't find any examples. Do you know of any? #Quarto #WASM #QuartoLive #bash

  10. We'd like to add a full interactive bash terminal that runs in the web browser into our Quarto book. It seems like there should be a way to do this using Quarto Live and a WASM-compiled bash shell, but I can't find any examples. Do you know of any? #Quarto #WASM #QuartoLive #bash

  11. @roaldarboel I wonder if [quarto-live](github.com/r-wasm/quarto-live) meet your requirements?

    It uses WebAssembly to embed interactive code-blocks into Quarto documents.

    Probably not on reading the linked article but its a neat thing to know about anyway!

    #quarto #webassembly #quartolive

  12. @roaldarboel I wonder if [quarto-live](github.com/r-wasm/quarto-live) meet your requirements?

    It uses WebAssembly to embed interactive code-blocks into Quarto documents.

    Probably not on reading the linked article but its a neat thing to know about anyway!

    #quarto #webassembly #quartolive

  13. @roaldarboel I wonder if [quarto-live](github.com/r-wasm/quarto-live) meet your requirements?

    It uses WebAssembly to embed interactive code-blocks into Quarto documents.

    Probably not on reading the linked article but its a neat thing to know about anyway!

    #quarto #webassembly #quartolive

  14. @roaldarboel I wonder if [quarto-live](github.com/r-wasm/quarto-live) meet your requirements?

    It uses WebAssembly to embed interactive code-blocks into Quarto documents.

    Probably not on reading the linked article but its a neat thing to know about anyway!

    #quarto #webassembly #quartolive

  15. @roaldarboel I wonder if [quarto-live](github.com/r-wasm/quarto-live) meet your requirements?

    It uses WebAssembly to embed interactive code-blocks into Quarto documents.

    Probably not on reading the linked article but its a neat thing to know about anyway!

    #quarto #webassembly #quartolive

  16. New on my blog: Adding Multiple choice quiz to #QuartoLive Tutorials

    I was working with #Webr interactive code chunks for tutorials, and I wanted to add a multiple-choice quiz, as we have with the learnr package.

    Here is my "home made" solution: yabellini.netlify.app/blog/202

    If you have a better way, I will be grateful to learn.

    #RStats @rstats

  17. New on my blog: Adding Multiple choice quiz to Tutorials

    I was working with interactive code chunks for tutorials, and I wanted to add a multiple-choice quiz, as we have with the learnr package.

    Here is my "home made" solution: yabellini.netlify.app/blog/202

    If you have a better way, I will be grateful to learn.

    @rstats

  18. New on my blog: Adding Multiple choice quiz to #QuartoLive Tutorials

    I was working with #Webr interactive code chunks for tutorials, and I wanted to add a multiple-choice quiz, as we have with the learnr package.

    Here is my "home made" solution: yabellini.netlify.app/blog/202

    If you have a better way, I will be grateful to learn.

    #RStats @rstats

  19. New on my blog: Adding Multiple choice quiz to #QuartoLive Tutorials

    I was working with #Webr interactive code chunks for tutorials, and I wanted to add a multiple-choice quiz, as we have with the learnr package.

    Here is my "home made" solution: yabellini.netlify.app/blog/202

    If you have a better way, I will be grateful to learn.

    #RStats @rstats

  20. New on my blog: Adding Multiple choice quiz to #QuartoLive Tutorials

    I was working with #Webr interactive code chunks for tutorials, and I wanted to add a multiple-choice quiz, as we have with the learnr package.

    Here is my "home made" solution: yabellini.netlify.app/blog/202

    If you have a better way, I will be grateful to learn.

    #RStats @rstats

  21. #Rstats tip of the day:

    I'm working on a series of #QuartoLive Tutorials (transforming learnr tutorials).

    To use packages in the tutorial you add these labels on your YAML and list the packages:

    webr:
    packages:
    - ggplot2
    - gapminder
    - dplyr

    Where can you find WebAssembly versions of your favorite R packages?

    In @rOpenSci R-Universe!
    For example, if I need @Drmowinckels awesome ggseg my YAML looks like this:

    webr:
    packages:
    - ggseg
    repos:
    - ggseg.r-universe.dev

  22. tip of the day:

    I'm working on a series of Tutorials (transforming learnr tutorials).

    To use packages in the tutorial you add these labels on your YAML and list the packages:

    webr:
    packages:
    - ggplot2
    - gapminder
    - dplyr

    Where can you find WebAssembly versions of your favorite R packages?

    In @rOpenSci R-Universe!
    For example, if I need @Drmowinckels awesome ggseg my YAML looks like this:

    webr:
    packages:
    - ggseg
    repos:
    - ggseg.r-universe.dev

  23. #Rstats tip of the day:

    I'm working on a series of #QuartoLive Tutorials (transforming learnr tutorials).

    To use packages in the tutorial you add these labels on your YAML and list the packages:

    webr:
    packages:
    - ggplot2
    - gapminder
    - dplyr

    Where can you find WebAssembly versions of your favorite R packages?

    In @rOpenSci R-Universe!
    For example, if I need @Drmowinckels awesome ggseg my YAML looks like this:

    webr:
    packages:
    - ggseg
    repos:
    - ggseg.r-universe.dev

  24. #Rstats tip of the day:

    I'm working on a series of #QuartoLive Tutorials (transforming learnr tutorials).

    To use packages in the tutorial you add these labels on your YAML and list the packages:

    webr:
    packages:
    - ggplot2
    - gapminder
    - dplyr

    Where can you find WebAssembly versions of your favorite R packages?

    In @rOpenSci R-Universe!
    For example, if I need @Drmowinckels awesome ggseg my YAML looks like this:

    webr:
    packages:
    - ggseg
    repos:
    - ggseg.r-universe.dev

  25. #Rstats tip of the day:

    I'm working on a series of #QuartoLive Tutorials (transforming learnr tutorials).

    To use packages in the tutorial you add these labels on your YAML and list the packages:

    webr:
    packages:
    - ggplot2
    - gapminder
    - dplyr

    Where can you find WebAssembly versions of your favorite R packages?

    In @rOpenSci R-Universe!
    For example, if I need @Drmowinckels awesome ggseg my YAML looks like this:

    webr:
    packages:
    - ggseg
    repos:
    - ggseg.r-universe.dev

  26. Starting to translate some learnr tutorials I have to and I fund this mention to the @rOpenSci 's in the documentation 🤩 🚀

    r-wasm.github.io/quarto-live/g

  27. The #QuartoLive extension lets you plug interactive (editable) #RStats code directly into your Quarto documents. And you can easily build exercises into your docs, too! #PositConf2024 #RStats #PyData 🧵 12/17

  28. The extension lets you plug interactive (editable) code directly into your Quarto documents. And you can easily build exercises into your docs, too! 🧵 12/17

  29. The #QuartoLive extension lets you plug interactive (editable) #RStats code directly into your Quarto documents. And you can easily build exercises into your docs, too! #PositConf2024 #RStats #PyData 🧵 12/17

  30. The #QuartoLive extension lets you plug interactive (editable) #RStats code directly into your Quarto documents. And you can easily build exercises into your docs, too! #PositConf2024 #RStats #PyData 🧵 12/17

  31. The #QuartoLive extension lets you plug interactive (editable) #RStats code directly into your Quarto documents. And you can easily build exercises into your docs, too! #PositConf2024 #RStats #PyData 🧵 12/17