Feat: ajout lien html pour les notebooks

This commit is contained in:
Bertrand Benjamin 2020-05-20 10:00:54 +02:00
parent 8622dc72d5
commit f7b7e12ab6
4 changed files with 28245 additions and 3 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -2,7 +2,7 @@ Programmation de l'année 2019-2020 avec les premières technologiques
####################################################################
:date: 2020-05-05
:modified: 2020-05-05
:modified: 2020-05-20
:authors: Bertrand Benjamin
:tags: Programmation
:category: 1techno
@ -13,7 +13,10 @@ Programmation de l'année 2019-2020 avec les premières technologiques
Projets python à réaliser pour découvrir le langage.
`Notebook <./1-Projets_Python.ipynb>`_
`Introduction à Python - Notebook <./1-Projets_Python.ipynb>`_
`Introduction à Python - Version html <./1-Projets_Python.html>`_
`Ouvrir le notebook avec binder <https://mybinder.org/v2/git/http%3A%2F%2Fgit.opytex.org%2Flafrite%2F2019-2020.git/5e01f15637a71b7272b257e91ff468d905d4e631?filepath=1ST%2FProgrammation%2F1-Projets_Python.ipynb>`_
@ -26,5 +29,7 @@ On y découvre aussi l'utilisation des boucles et des conditions.
`Python et fonctions - notebook <./2-Fonctions.ipynb>`_
`Python et fonctions - version html <./2-Fonctions.html>`_
`Python et fonctions sur binder <https://mybinder.org/v2/git/http%3A%2F%2Fgit.opytex.org%2Flafrite%2F2019-2020.git/5e01f15637a71b7272b257e91ff468d905d4e631?filepath=1ST%2FProgrammation%2F2-Fonctions.ipynb>`_

View File

@ -2,7 +2,7 @@ Programmes semaine par semaine pendant le confinement avec les 1ST
##################################################################
:date: 2020-03-30
:modified: 2020-05-18
:modified: 2020-05-20
:authors: Bertrand Benjamin
:category: 1techno
:tags: Progression
@ -71,6 +71,10 @@ S21 - Programmation (45min)
`Python et fonctions sur binder <https://mybinder.org/v2/git/http%3A%2F%2Fgit.opytex.org%2Flafrite%2F2019-2020.git/5e01f15637a71b7272b257e91ff468d905d4e631?filepath=1ST%2FProgrammation%2F2-Fonctions.ipynb>`_
Pour ceux qui n'arrivent pas à ouvrir le lien précédent voici une version html pour travailler avec repl.it .
`Python et fonctions Version html <./Programmation/2-Fonctions.html>`_
Semaine 20: 11/05 -> 15/05
==========================
@ -141,6 +145,10 @@ Vous irez au moins jusqu'à terminer la partie sur le générateur d'excuses.
Soyez patient, l'ouverture est longue car il y a pas mal de choses à mettre en place du côté serveur pour que vous n'ayez rien à installer sur votre ordinateur!
Pour ceux qui n'arrivent pas à ouvrir le lien précédent voici une version html pour travailler avec `repl.it <https://repl.it/repls/ThirstyDimpledMemwatch>`_
`Introduction à Python - Version html <./Programmation/1-Projets_Python.html>`_
Semaine 19: 4/05 -> 8/05
========================