This repository contains notebook tutorials for various subjects. The tutorials are written in Jupyter notebooks and are intended to be run in a Jupyter environment.
Python >=3.9
In each folder there are project tutorial specific files to set up your enviroment. I've included both a pyproject.toml file to use using poetry and a requirements.py file
if using poetry:
$ poetry install --no-root --only=main
or with pip
$ pip install -r requirements.py
- added beutiful-soup part
- added requests part.