Management of scientific experiments including their configuration, logging of data, execution and visualization of results.
Project description
Experiment Utilities (exputils)
Experiment Utilities (exputils) contains various tools for the management of scientific experiments and their experimental data. It is especially designed to handle experimental repetitions, including to run different repetitions, to effectively store and load data for them, and to visualize their results.
Main features:
- Easy definition of default configurations using nested python dictionaries.
- Setup of experimental configuration parameters using an ODF file (Libreoffice alternative of MS Excel).
- Running experiments and their repetitions in parallel.
- Logging of experimental data (numpy, json) with tensorboard support.
- Loading and filtering of experimental data.
- Interactive Jupyter widgets to load, select and plot data as line, box and bar plots.
You can find the documentation online: https://chrisreinke.github.io/exputils/
Requirements
Developed and tested on Python 3.11 on Linux (Ubuntu 24) but is compatible also with older Python versions >= 3.8.
Note: Jupter notebook is used for visualization. Due to some constraints (https://github.com/quantopian/qgrid/issues/372) only an older version of Jupyter can be used:
- notebook <= 6.5.6
- ipywidgets >= 7.5.1,<= 7.6.5
Installation
1) Exputils Package
Two options are available, either via pip or directly from the source code.
PIP (recommended)
pip install experiment-utilities
From Source
Clone the repository via git and install via pip:
git clone https://github.com/ChrisReinke/exputils.git .
pip install ./exputils
2) Jupiter Notebook
For using the exputils GUIs for loading and plotting of data in Jupyter Notebook, the qgrid widget must be activated. (Note: The GUI is currently only working for Jupyter notebooks <= 6.5.) Activate qgrid with:
jupyter contrib nbextension install --user
jupyter nbextension enable --py --sys-prefix widgetsnbextension
jupyter nbextension enable --py --sys-prefix qgrid
It is recommended to use the Jupyter Notebooks Extensions to allow folding of code and headlines. This makes the notebooks more readable. Activate the extensions with:
jupyter nbextension enable codefolding/main
jupyter nbextension enable collapsible_headings/main
Documentation
The documentation can be found online at https://chrisreinke.github.io/exputils/.
To generate the documentation MkDocs needs to be installed which can be done via the docs option:
pip install experiment-utilities[docs]
Then run:
mkdocs serve
Development
If you wish to further develop the exputils, then it is useful to install it in editable mode and to run its unittests. Download and install the source code via:
git clone https://github.com/ChrisReinke/exputils.git .
pip install -e ./exputils[test]
To run the tests call:
pytest
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file experiment_utilities-0.3.9.tar.gz.
File metadata
- Download URL: experiment_utilities-0.3.9.tar.gz
- Upload date:
- Size: 111.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a15448386a8dec9d54266c6b2b8fe973cface17cedd929a352edb68e3c592e31
|
|
| MD5 |
d67dcf4aca62c1cde9a7e93908acd359
|
|
| BLAKE2b-256 |
acaed480e7da723fa6bff07108fc0eab19fb067b75d00d7bc5eacffc13b01de1
|
File details
Details for the file experiment_utilities-0.3.9-py3-none-any.whl.
File metadata
- Download URL: experiment_utilities-0.3.9-py3-none-any.whl
- Upload date:
- Size: 121.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5ac5f7a189c51bb95a474761555ac1240e2f96d03c003de8850105c5546f0096
|
|
| MD5 |
4d3ccaa9c325587236e3cfbc0b71e53e
|
|
| BLAKE2b-256 |
9d6550fef66d476ba5fad91eb6415897f44e92f9c49771a011b61e459a59222e
|