Resources for the practical sessions of the data science course at Sorbonne University.
You can open the notebooks directly in colab by clicking on the badges below. You'll need to uncoment the installation prompts !pip install ..., as they were removed for local runtimes.
Use this setup if you want to run the notebooks locally.
First you'll need to install uv (see uv). Then, after cloning the repository, you can install the dependencies with:
uv syncThen you can run the notebooks using the virtual environment created.
In VSCode or Cursor, you can select the python interpreter using cmd+shift+p/ctrl+shift+p and then Python: Select Interpreter, choose .venv/bin/python.
At any point during the course, you can submit feedback using this form.