Skip to content

themachinethatgoesping/tutorials

Repository files navigation

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?

About

Tutorial notebooks for publishing with MyBinder

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published