A dashboard to view and find matrices (population raster, peri-stimulus time histogram) and add comments to them
This tool is currently quite bare bones and rely on just a jupyter notebook and two python scripts.
- Clone this repo
- Make sure your python environment satisfy the dependencies
- Change your directory to src
- Run the notebook by typing in your terminal:
panel serve typical-example-finder-clean.ipynb
- As of now, your matrix files needs to be (1) in Xarray format and (2) be contained within the
src
directory, but support for.mat
and.npy
files will be available soon.
Work in progress: this will be a PyPi package that you can do pip install
on, but before that, if you want to test it out, you need:
- Holoviz Panel
- Xarray
- Sciplotlib