Skip to main content

Experiment NoteBook (enb): efficient and reproducible science.

Project description

Experiment Notebook (enb)

The enb Python (>= 3.6) library is a table-based framework designed to define, run and report computer-based experiments.

  • Your can create and run any type of (computer-based) experiment. Quickly.
  • You can analyze and plot results produced with your enb experiments. Clearly. You can also reuse previously existing data (e.g., in CSV format).
  • You can easily create reproducible, redistributable software to be shared with others, e.g., as supplementary materials in your publication or project.
  • It runs on Linux, Windows and MacOS, in parallel. You can use clusters of Linux or MacOS computers.

Quick start

The latest stable version of enb is available via pip, e.g.,

pip install enb

You can use this library in your python scripts by adding:

import enb

Several project demos and templates for your experiments are provided with enb. For a list of documentation templates, you can run:

enb plugin list documentation

For example, you can try the distributed (although not really accurate) pi approximation project:

enb plugin install montecarlo-pi ./mp
./mp/montecarlo_pi_experiment.py

Or check out the most basic working examples with the basic workflow example

enb plugin install basic-workflow ./bw
./bw/basic_workflow.py

Resources

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

enb-1.0.2.tar.gz (1.8 MB view hashes)

Uploaded Source

Built Distribution

enb-1.0.2-py3-none-any.whl (1.9 MB view hashes)

Uploaded Python 3

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