ac-dev-lab
[](https://pyscaffold.org/) [](https://ac-training-lab.readthedocs.io/en/stable/) [](https://github.com/AccelerationConsortium/ac-training-lab/actions/workflows/ci.yml) [](https://github.com/AccelerationConsortium/ac-training-lab/issues) [](https://github.com/AccelerationConsortium/ac-training-lab/discussions) [](https://github.com/AccelerationConsortium/ac-training-lab/commits/main/) <!-- These are examples of badges you might also want to add to your README. Update the URLs accordingly. [](https://cirrus-ci.com/github/<USER>/ac-training-lab) [](https://coveralls.io/r/<USER>/ac-training-lab) [](https://pypi.org/project/ac-training-lab/) [](https://anaconda.org/conda-forge/ac-training-lab) [](https://pepy.tech/project/ac-training-lab) [](https://twitter.com/ac-training-lab) --> # AC Training Lab > Codebase for controlling and managing the [Acceleration > Consortium](https://github.com/AccelerationConsortium) (AC) Training Lab. The AC Training Lab is meant to be a remotely accessible facility that will house a diverse set of physical hardware for self-driving laboratories (SDLs) including liquid handlers, solid dispensers, Cartesian-axis systems, mobile robotic arms, and synthesis and characterization modules. Where possible, both educational and research-grade hardware will be included. The AC Training Lab will be used to develop and test SDLs, and to provide a platform for training students and researchers in the use of SDLs. This repository also acts as an example of setting up an autonomous laboratory. Please navigate to the [home page](https://ac-training-lab.readthedocs.io/) for more information. <!-- If that doesn't work or takes too long: ```bash conda create -n ac-training-lab python==3.11.* ipython pip conda activate ac-training-lab pip install -e . ``` --> <!-- pyscaffold-notes --> ## Note This project has been set up using [PyScaffold] 4.5 and the [dsproject extension] 0.7.2. [conda]: https://docs.conda.io/ [pre-commit]: https://pre-commit.com/ [Jupyter]: https://jupyter.org/ [nbstripout]: https://github.com/kynan/nbstripout [Google style]: http://google.github.io/styleguide/pyguide.html#38-comments-and-docstrings [PyScaffold]: https://pyscaffold.org/ [dsproject extension]: https://github.com/pyscaffold/pyscaffoldext-dsproject