Skip to content

Latest commit

 

History

History
71 lines (44 loc) · 1.86 KB

README.rst

File metadata and controls

71 lines (44 loc) · 1.86 KB

Tutorials

Tutorials and demos for themachinethatgoesping

Use

Prerequisites

  • Windows, Linux or Mac: Development is done on Linux, so this is the most tested

# Install (using miniforge & poetry)

  1. Install miniforge (or equivalent e.g. miniconda https://conda-forge.org/miniforge/)
  2. Create a new environment, with suitable python version and package manager package poetry:
$ conda create -n ping python=3.12
$ conda activate ping
$ pip install poetry
  1. clone this repository
git clone https://github.com/themachinethatgoesping/tutorials.git
cd tutorials
  1. Navigate to the directory where the poetry.lock file is located and run:
# This will install the exact version specified in the provided poetry.lock file
poetry install
  1. If there are problems with installing poetry, when creating the environment, try instead:
conda create -n ping python=3.12
conda activate ping
pip install poetry
poetry install

Run demos

Open jupyterlab in the demo folder

jupyter lab .

Find ping interesting?