I already tried this :
Donnees,longueur_Donnees=Recup_Donnees("./Entreprises_Complet2.csv")
and also this :
Donnees,longueur_Donnees=Recup_Donnees("Entreprises_Complet2.csv")
…
Both didn’t work.
In fact, I’ve tried all this :
Donnees,longueur_Donnees=Recup_Donnees(“ttps://github.com/dfialaire/Test3_Voici/main/content/Entreprises_Complet2.csv”)
Donnees,longueur_Donnees=Recup_Donnees(“ttps://github.com/dfialaire/Test3_Voici/blob/main/content/Entreprises_Complet2.csv”)
Donnees,longueur_Donnees=Recup_Donnees(“ttps://dfialaire.github.io/Test3_Voici/blob/main/content/Entreprises_Complet2.csv”)
Donnees,longueur_Donnees=Recup_Donnees(“ttps://dfialaire.github.io/Test3_Voici/main/content/Entreprises_Complet2.csv”)
Donnees,longueur_Donnees=Recup_Donnees(“ttps://github.com/dfialaire/Test3_Voici/tree/main/content/Entreprises_Complet2.csv”)
Donnees,longueur_Donnees=Recup_Donnees(“…/content/Entreprises_Complet2.csv”)
Donnees,longueur_Donnees=Recup_Donnees(“files/Entreprises_Complet2.csv”)
Donnees,longueur_Donnees=Recup_Donnees(“…/…/…/files/Entreprises_Complet2.csv”)
Donnees,longueur_Donnees=Recup_Donnees(“…/…/files/Entreprises_Complet2.csv”)
Donnees,longueur_Donnees=Recup_Donnees(“…/files/Entreprises_Complet2.csv”)
Donnees,longueur_Donnees=Recup_Donnees(“…/…/voici/render/Entreprises_Complet2.csv”)
Donnees,longueur_Donnees=Recup_Donnees(“./Entreprises_Complet2.csv”)
Donnees,longueur_Donnees=Recup_Donnees(“./Entreprises_Complet2.csv”)
Donnees,longueur_Donnees=Recup_Donnees(“/files/Entreprises_Complet2.csv”)
Donnees,longueur_Donnees=Recup_Donnees(“.\Entreprises_Complet2.csv”) # …
Donnees,longueur_Donnees=Recup_Donnees(“.\Entreprises_Complet2.csv”) # …
Donnees,longueur_Donnees=Recup_Donnees(“.\…\…\files\Entreprises_Complet2.csv”)
Donnees,longueur_Donnees=Recup_Donnees(“.....\files\Entreprises_Complet2.csv”)
Donnees,longueur_Donnees=Recup_Donnees(“Entreprises_Complet2.csv”)
Donnees,longueur_Donnees=Recup_Donnees(“./Entreprises_Complet2.csv”)
No one worked.
So I think that my csv file is in an other folder created by Voici…
In Github, when we do a commit, then, in the Action, we can see that this commit is starting a build phase, then a deploy phase… A the end of those 2 phase, Github is writing : Artifacts : 1
When we click on this ’ 1 '… Github show us the end of the page with the acces to our downloading Github_Pages’s Archive :
When I download this archive, I get :

Then, This is what is in the voici’s folder :
Folder:build ; Folder:render ; Folder:tree ; and File:index.html
And this is what is, then, in the render’s folder :
File:Lieux_de_stages.html
In fact, there is only 1 place where I can find my Notebooks and also in the same place my csv’s file and my png’s file : this place is the folder ‘file’ which is in the archive…
This folder ‘file’ gets all the file of my “content” file in Github : it get this :
Entreprise_complet2.csv ; Lieux_de_stages.ipynb ; requirements.txt ; titre2.png …
…
So, normaly i would say that if the Linux server is reading my Notebook, and so trying to open the csv’s file, it should find this csv in the same folder !.. But nothing work !?..