notebook du cours et VSCodium

This commit is contained in:
2026-09-08 20:31:00 +02:00
parent 213af9ae38
commit 82ab17bc77
4 changed files with 9 additions and 6 deletions
+1 -1
View File
@@ -59,7 +59,7 @@ pendant l'été peut valider la moitié du TP sans toucher aux dictionnaires.
| `NOTES_PROF.md` | Professeur | non (`EXCLUDE_FILES`) |
| `_generateur.py` | Professeur | non (préfixe `_`, il contient le corrigé) |
Notebooks ouvrables sur [Basthon](https://basthon.fr), Jupyter ou VS Code.
Notebooks ouvrables sur [notebook.florianmathieu.prof](https://notebook.florianmathieu.prof) (instance Basthon du cours), sur [Basthon](https://basthon.fr), ou dans VSCodium.
Aucune bibliothèque externe, aucun fichier annexe.
---
+4 -2
View File
@@ -30,8 +30,10 @@ sont indépendants, chacun commence par une cellule SECOURS qui remet en place s
## Ouvrir un notebook
Le fichier se termine par `.ipynb`. Une fois téléchargé, ouvrez-le avec
[Basthon](https://basthon.fr) (en ligne, rien à installer), Jupyter ou VS Code.
Le fichier se termine par `.ipynb`. Une fois téléchargé, ouvrez-le avec le
[notebook du cours](https://notebook.florianmathieu.prof) : menu `Fichier`, puis `Ouvrir...`.
Rien à installer. Il fonctionne aussi avec VSCodium, l'éditeur installé au lycée, ou avec
[Basthon](https://basthon.fr).
Aucune bibliothèque, aucun fichier annexe : tout est dans le notebook.