Skip to content

Création d'un notebook Jupyter pour le cours d'introduction à la Data Science à CESI.

Notifications You must be signed in to change notification settings

gregory-lebl/data-science-01

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

data-science-01

Créer environnement virtuel

python3 -m venv venv

Activation de l'environnement virtuel

source ./venv/bin/activate

Installation des dépendances

pip install -r requirements.txt

About

Création d'un notebook Jupyter pour le cours d'introduction à la Data Science à CESI.

Topics

Resources

Stars

Watchers

Forks