3IA Health Data Hub - Workshop on heterogeneous data and Federated Learning
Add my notebook as part of the workshop
- Create your talk in the form of a Jupyter notebook (if you have code) or in a markdown file (if you are explaining a subject)
- Send your notebook(s) by email
- Ask someone (if you need) to make your notebook available in the site
Making notebooks available in the website (do it only if you feel capable)
This repository is already configured to generate a GitLab Pages site. To make a notebook available:
- Be sure to pull before making any changes
- Copy the notebook into either
federated_learning
orheterogeneous_data
- Edit the
_toc.yml
file adding your notebook to it (WARNING: All notebooks must be called in_toc.yml
otherwise the ci will launch an error). - Push your changes to
master
.
Automatically a CI instance will be launched (you can check for it in CI/CD > Pipelines
). Be sure it passes.
That is it.