Skip to main content

Toolkit for exploratory data analysis of ensemble performance data

Project description

thicket Thicket

Build Status Read the Docs Code Style: Black

Thicket

A Python-based toolkit for analyzing ensemble performance data.

Installation

To use thicket, install it with pip:

$ pip install llnl-thicket

Or, if you want to develop with this repo directly, run the install script from the root directory, which will build the package and add the cloned directory to your PYTHONPATH:

$ source install.sh

Interactive Visualization

Thicket provides an interactive visualization which can be run inside of your Jupyter notebooks. It is dependent on different mechanism for building, which we describe here.

The software in the thicket/vis subdirectory (i.e., the thicket.vis package) requires Node.js and the Node Package Manager (NPM) for the development and building of JavaScript code.

Building Visualization Code for Users

If you are just using our built-in visualizations, the visualization code will be built automatically when you access the thicket.vis module. All that users have to do is make sure they have NPM installed. If NPM is not installed, accessing the thicket.vis module will raise a FileNotFoundError.

Building Visualization Code for Developers

If you are developing a visualization, it is recommended that you build the visualization code manually. To manually build this code, follow the instructions below.

Installing Node Packages

Once you have Node and NPM installed on your system, you can install all necessary node packages by running the following line in your terminal from the thicket/vis directory:

npm install

Building Out JavaScript Code with Webpack

To build out JavaScript into the static bundles used by the Jupyter visualizations, run the following line from the thicket/vis directory in your terminal:

npm run build

Alternatively, you can run the following line to force bundles to automatically update when you change the JavaScript source code:

npm run watch

Contributing

Thicket is an open-source project. We welcome contributions via pull requests, and questions, feature requests, or bug reports via issues.

License

Thicket is distributed under the terms of the MIT license.

All contributions must be made under the MIT license. Copyrights in the Thicket project are retained by contributors. No copyright assignment is required to contribute to Thicket.

See LICENSE and NOTICE for details.

SPDX-License-Identifier: MIT

LLNL-CODE-834749

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

llnl-thicket-2023.2.0.tar.gz (233.7 kB view hashes)

Uploaded Source

Built Distribution

llnl_thicket-2023.2.0-py3-none-any.whl (254.9 kB 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