https://github.com/janclemenslab/xarray-behave
Data format and GUI for working with multi-modal behavioral data
https://github.com/janclemenslab/xarray-behave
gui python xarray
Last synced: 8 months ago
JSON representation
Data format and GUI for working with multi-modal behavioral data
- Host: GitHub
- URL: https://github.com/janclemenslab/xarray-behave
- Owner: janclemenslab
- License: apache-2.0
- Created: 2019-07-10T11:16:21.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-05-29T10:23:58.000Z (about 2 years ago)
- Last Synced: 2024-05-29T20:35:47.755Z (about 2 years ago)
- Topics: gui, python, xarray
- Language: Python
- Homepage:
- Size: 17.1 MB
- Stars: 7
- Watchers: 4
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# xarray-behave
Install a working conda installation (see [here](https://docs.conda.io/en/latest/miniconda.html)).
```shell
conda env create -n xb -y -f https://raw.githubusercontent.com/janclemenslab/xarray-behave/refs/heads/master/env/xb.yml
```
See `demo.ipynb` for usage examples.