cupido/notebooks/getting_started
Giorgio Gilestro 231c7a437f Remove hardcoded /home/gg paths so the project is portable
Notebooks now use Path.home() / "cupido" for the repo root (works for
any user inside the JupyterLab container), and the offline-tracking
scripts read the ethoscope source-tree location from the new
ETHOSCOPE_SRC config constant — defaulting to ~/Code/ethoscope_project/...
and overridable via the ETHOSCOPE_SRC environment variable.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-01 08:55:44 +01:00
..
00_welcome.ipynb Remove hardcoded /home/gg paths so the project is portable 2026-05-01 08:55:44 +01:00
01_python_pandas_basics.ipynb Move metadata xlsx/TSV to /mnt/data/projects/cupido/ 2026-05-01 08:47:15 +01:00
02_explore_one_database.ipynb Move metadata xlsx/TSV to /mnt/data/projects/cupido/ 2026-05-01 08:47:15 +01:00
03_compare_trained_vs_naive.ipynb Remove hardcoded /home/gg paths so the project is portable 2026-05-01 08:55:44 +01:00
README.md Add beginner tutorial notebooks for incoming students 2026-04-30 18:14:17 +01:00

Tutorial notebooks

Read these in order:

  1. 00_welcome.ipynb — what's the project, where the data lives, how to use a Jupyter notebook.
  2. 01_python_pandas_basics.ipynb — minimum Python and pandas you need to read project code.
  3. 02_explore_one_database.ipynb — open one tracking DB, plot a trajectory, compute a single distance.
  4. 03_compare_trained_vs_naive.ipynb — first real analysis, comparing groups.

After these, the notebooks one level up (flies_analysis*.ipynb) walk through the full analysis pipeline that the previous student built.