Sample GitHub page created from Jupyter Notebook using Quarto

This is just an example of a static web page created from a collection of Jupyter notebooks to be hosted on GitHub pages.

Index

  1. First notebook. Just an example using sklearn.

  2. Second notebook. Another example using sklearn.

  3. Third notebook. Yet another example using sklearn.


Reproduce locally

Install requirements:

pip install -r requirements.txt

or clone my environment:

conda env create -f environment.yml

You can change name from “data-science” to anything you like in the environment.yml file if you already have an Anaconda environment with this name or you simply want to use a different name for whatever reason.