diff --git a/index.qmd b/index.qmd index 7c8ea3913b89b043589d945f838e14e0194fe5e0..827059682fd4bd0e161acac7546979adecdbf619 100644 --- a/index.qmd +++ b/index.qmd @@ -766,6 +766,12 @@ Pour déployer une application Shiny sur Binder, `repo2docker` a besoin de 2 cho - [`install.R`](https://mybinder.readthedocs.io/en/latest/using/config_files.html#install-r-install-an-r-rstudio-environment): installer les packages R nécessaires - [`runtime.txt`](https://mybinder.readthedocs.io/en/latest/using/config_files.html#runtime-txt-specifying-runtimes): spécifier la version de R, et la date du snapshot +::: {.callout-note title="exemples R avec binder"} +- [https://github.com/binder-examples/r](https://github.com/binder-examples/r) +- [https://github.com/jos4uke/shiny_tutorial](https://github.com/jos4uke/shiny_tutorial) + - [](https://mybinder.org/v2/gh/jos4uke/shiny_tutorial.git/binder_test?urlpath=shiny/shiny_tutorial/) + +::: ::: ::: {.column style="font-size: 0.75em"} @@ -773,12 +779,6 @@ Pour déployer une application Shiny sur Binder, `repo2docker` a besoin de 2 cho ::: {.callout-tip title="Lien utile pour apprendre à déployer son code avec Binder"} Turing Way maintient également un tutoriel [Zero-to-Binder](https://the-turing-way.netlify.app/communication/binder/zero-to-binder.html) pour les 3 langages de programmation commun (Python, Julia et R). -::: -::: {.callout-note title="exemples R avec binder"} -- [https://github.com/binder-examples/r](https://github.com/binder-examples/r) -- [https://github.com/jos4uke/shiny_tutorial](https://github.com/jos4uke/shiny_tutorial) - - [](https://mybinder.org/v2/gh/jos4uke/shiny_tutorial.git/binder_test?urlpath=shiny/shiny_tutorial/) - ::: ::: ::::