Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 1.16 KB

README.md

File metadata and controls

23 lines (16 loc) · 1.16 KB

WorkspaceExplorer Logo Logo created by Johanna Kraus

Netlify Status

WorkspaceExplorer is a browser-based tool to quickly gather insight of the contents of statistical workspaces in JSON format as used in pyhf. It gives an overview of the samples and the channels involved, as well as the normalisation parameters for the likelihood fit. Contents of the different channels are shown as stacked plots. In addition, the modifier structure for the various channels and processes is visualised.

The latest version is deployed on CERN under https://workspaceexplorer.app.cern.ch and can also be accessed on Netlify via the following link: https://workspaceexplorer.netlify.app/.

You can, however, also run the tool locally. Simply clone this repository and inside the directory first install the necessary dependencies with

npm install

and then compile and run in development mode with

quasar dev