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
First notebook. Just an example using sklearn.
Second notebook. Another example using sklearn.
Third notebook. Yet another example using sklearn.
Reproduce locally
Install requirements:
pip install -r requirements.txtor clone my environment:
conda env create -f environment.ymlYou 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.