Giter VIP home page Giter VIP logo

thicket's Introduction

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

thicket's People

Contributors

slabasan avatar cscully-allison avatar ilumsden avatar treece-burgess avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.