The shared TSV at /mnt/data/projects/cupido/ is read-only inside the container, so users who want to customize the `include` column (or any metadata) need a personal copy. Notebooks now check for ~/cupido_metadata.tsv first and fall back to the shared master if it doesn't exist. Each user keeps their own edits without stepping on anyone else's analysis. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| 00_welcome.ipynb | ||
| 01_python_pandas_basics.ipynb | ||
| 02_explore_one_database.ipynb | ||
| 03_compare_trained_vs_naive.ipynb | ||
| README.md | ||
Tutorial notebooks
Read these in order:
00_welcome.ipynb— what's the project, where the data lives, how to use a Jupyter notebook.01_python_pandas_basics.ipynb— minimum Python and pandas you need to read project code.02_explore_one_database.ipynb— open one tracking DB, plot a trajectory, compute a single distance.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.