Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 701 Bytes

File metadata and controls

30 lines (21 loc) · 701 Bytes

Description

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.

Requirements

Python >=3.9

Installation

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

Updates

2023-02-24

  • added beutiful-soup part

2023-02-23

  • added requests part.