Skip to main content

Management of scientific experiments including their configuration, logging of data, execution and visualization of results.

Project description

Experiment Utilities (exputils)

Current version: 0.3.7 (15/11/2024)

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

experiment_utilities-0.3.8.tar.gz (110.4 kB view details)

Uploaded Source

Built Distribution

experiment_utilities-0.3.8-py3-none-any.whl (119.7 kB view details)

Uploaded Python 3

File details

Details for the file experiment_utilities-0.3.8.tar.gz.

File metadata

  • Download URL: experiment_utilities-0.3.8.tar.gz
  • Upload date:
  • Size: 110.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.11.10

File hashes

Hashes for experiment_utilities-0.3.8.tar.gz
Algorithm Hash digest
SHA256 4d60c36b7fe0a8ba1f4f6445f4620ce3c6bc915e77548f26b5e0501db17eedb0
MD5 77515b8e3e2b4b5cc718f79bed0afb90
BLAKE2b-256 bd03a031eab62c17ef496004246878851475bbe27b37d208469179543d3d92ac

See more details on using hashes here.

File details

Details for the file experiment_utilities-0.3.8-py3-none-any.whl.

File metadata

File hashes

Hashes for experiment_utilities-0.3.8-py3-none-any.whl
Algorithm Hash digest
SHA256 00be00d729f247e5d9d45d8114b3358a7de8550474e2006717b96bfbd9d9cbd0
MD5 693d03cc3790a5cf7ab5ed7c2adeed6b
BLAKE2b-256 ea163f6f64e1a2ca20fe707af7474ed9ea2b053bdf3d2ed9cee62042f8309082

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page