Toolkit for exploratory data analysis of ensemble performance data
Project description
Thicket
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
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
Hashes for llnl_thicket-2023.2.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3774b9af73f9e3456667e02d481a4dce0224c1098474c7661b78fba623696f8a |
|
MD5 | 3b23277efa51d5e6e35df0d8f633c04b |
|
BLAKE2b-256 | 21b7c7a050a9f7a42d46401ea5066395bd18c56ec81e117d11f0faed7563850f |