Skip to content
Snippets Groups Projects

update R code example to deploy shiny application on binder

Merged Joseph Tran requested to merge dev into main
1 file
+ 4
1
Compare changes
  • Side-by-side
  • Inline
+ 4
1
@@ -775,7 +775,10 @@ Pour déployer une application Shiny sur Binder, `repo2docker` a besoin de 2 cho
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/binder-examples/r](https://github.com/binder-examples/r)
- [https://github.com/jos4uke/shiny_tutorial](https://github.com/jos4uke/shiny_tutorial)
- [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/jos4uke/shiny_tutorial.git/binder_test?urlpath=shiny/shiny_tutorial/)
:::
:::
::::
Loading