Skip to main content
Ctrl+K

PyLabRobot

  • User guide
  • Resource Management
  • Cookbook
  • Contributor guide
    • API
    • Community Protocols
    • Community
  • X
  • GitHub
  • YouTube
  • Bluesky
  • User guide
  • Resource Management
  • Cookbook
  • Contributor guide
  • API
  • Community Protocols
  • Community
  • X
  • GitHub
  • YouTube
  • Bluesky

Section Navigation

  • Moving plate onto Alpaqua magnet using CORE grippers
  • Sending PyLabRobot notifications to Slack
  • Manual operator actions in a Jupyter notebook
  • Cookbook

Cookbook#

The PyLabRobot Cookbook is a curated collection of concise, modular code examples, called recipes, that demonstrate practical solutions to common lab automation challenges. Each recipe is short, focused, and reusable - designed to help you apply specific PyLabRobot features in real-world contexts. Rather than full experimental protocols, these recipes aim to inspire, teach, and accelerate your own automation workflows.


All
Resource Movement
PlateAdapter
Hamilton STAR(let)

Move plate to Alpaqua magnet using CORE grippers

  • Resource movement using CORE grippers
  • Resource position check using grippers
  • PLR autocorrection of plate placement onto PlateAdapter/magnet

Send PyLabRobot notifications to Slack

  • Post run start/finish/failure messages to a Slack channel
  • Forward semantic PLR EventBus operations automatically
  • Uses only the Python standard library (no extra deps)
  • Webhook URL stored in a local file outside the repo

Use ManualOperator in a Jupyter notebook

  • Pause a notebook for an acknowledged manual handoff
  • Reconcile a manually moved plate in PLR's resource model
  • Observe incubator and ManualOperator lifecycle events

previous

Designs by David Nedrud

next

Moving plate onto Alpaqua magnet using CORE grippers

Edit on GitHub
Show Source

© Copyright 2025, PyLabRobot.

Created using Sphinx 9.0.4.

Built with the PyData Sphinx Theme 0.21.0.