Skip to content

hopsuisse/hopsuisse.github.io

Repository files navigation

This website summarizes a school project for the Applied Data Analysis course at EPFL.

The code, the Jupyter notebooks and the data files used to build it can be found on this repository.

Building locally

gem install jekyll bundler # to install bundler and jekyll
bundle exec jekyll serve

Note : as many JSON files are involved, the first build can be very long. A good idea when it's done is to modify the _config.yml and uncomment the following lines in both exclude and keep_files part :

#- runnerdata
#- racedata
#- filenames

Tools