Skip to content

Commit 7ee259b

Browse files
authored
notebook sur parcours sup (#88)
* notebook sur parcours sup * upgrade version * doc * fix urls
1 parent 3032621 commit 7ee259b

File tree

12 files changed

+472841
-4
lines changed

12 files changed

+472841
-4
lines changed

CHANGELOGS.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
11
Change Logs
22
===========
33

4+
0.6.0
5+
+++++
6+
47
0.5.0
58
+++++
69

10+
* :pr:`87`: add dependency on tqdm, add read_csv_cached
11+
* :pr:`81`: remove dependency on blockdiag
712
* :pr:`66`: add dependency on patsy in requirements-dev.txt for new content
813

914
0.4.0

_doc/articles/2026/2026-03-15-route2026-ml.rst

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ site web : `sdpython.github.io <https://sdpython.github.io/>`_
1111

1212
Autres sites :
1313

14-
* Python pour la data science <https://pythonds.linogaliana.fr/>`_ (Lino Galiana - ENSAE)
14+
* `Python pour la data science <https://pythonds.linogaliana.fr/>`_ (Lino Galiana - ENSAE)
1515

1616
Fonctions utiles:
1717

@@ -38,6 +38,12 @@ Séance 1 (6/2)
3838
* utilisation de ChatGPT, Gemini (et autres...), retour d'expérience
3939
* et ensuite...
4040

41+
*problème*
42+
43+
Peut-on prédire le nombre de condidatures en 2026 pour chaque établissement ?
44+
45+
:ref:`Données parcours-sup 2021-2025 <nbl-practice-years-2026-parcoursup_2026>`
46+
4147
Séance 2 (13/2)
4248
===============
4349

_doc/index.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,4 +79,5 @@ Le contenu est sur `github <https://github.com/sdpython/teachpyx/>`_.
7979
Older versions
8080
++++++++++++++
8181

82-
* `0.3.1 <../v0.3.1/index.html>`_
82+
* `0.6.0 <../v0.6.0/index.html>`_
83+
* `0.5.0 <../v0.5.0/index.html>`_

_doc/practice/years/2023/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33

44
.. toctree::
55
:maxdepth: 1
6+
:caption: python
67

78
editdist
89
pivot_gauss

_doc/practice/years/2025/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55

66
.. toctree::
77
:maxdepth: 1
8+
:caption: python
89

910
seance1_point2d
1011
seance4_algo

_doc/practice/years/2026/index.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
.. _l-notebook-2026:
2+
3+
2026 : notebooks créés en séances
4+
=================================
5+
6+
.. toctree::
7+
:maxdepth: 1
8+
:caption: machine learning
9+
10+
parcoursup_2026

0 commit comments

Comments
 (0)