From f0c89412c36a163938e76aba7d5d9223c6f44730 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Santanch=C3=A8?= Date: Sun, 21 Mar 2021 13:29:29 -0300 Subject: [PATCH] refactor (main): new binder calls --- README.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8d0219e..9c929d4 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,27 @@ # c2learn Examples and exercises in C and C++. We currently have only the Portuguese version in the "pt" directory. +The last stable tested and stable version: + +[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/santanche/c2learn/v1.0.0?urlpath=lab) + +The last available version: + [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/santanche/c2learn/master?urlpath=lab) # (Portuguese) c2learn Exemplos e exercícios em C e C++. -Os exercícios são preparados para serem executados no ambiente Jupyter sob o Binder. Para ativar o ambiente online clique em: [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/santanche/c2learn/master?urlpath=lab) +Os exercícios são preparados para serem executados no ambiente Jupyter sob o Binder. Para ativar o ambiente online clique em: + +* Última versão testada e estável: + +[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/santanche/c2learn/v1.0.0?urlpath=lab) + +* Última versão disponível: + +[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/santanche/c2learn/master?urlpath=lab) Para entender o que é o Jupyter e o Binder assista o vídeo do Matheus Mota: