Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 619 Bytes

File metadata and controls

24 lines (14 loc) · 619 Bytes

ProbeInterface Library

Library of probes in the probeinterface format, live at: https://spikeinterface.github.io/probeinterface_library

See:

The format of probes is JSON-based. See documentation for full specifications.

Preview probe-viewer app locally

To build and preview the probe-viewer web-app locally:

cd apps/probe-viewer
uv run build.py
# build & run
npm run build && npx vite preview