Skip to main content

Life made easier.

Project description

Pynaviz

Python Neural Analysis Visualization

Pynaviz provides interactive, high-performance visualizations designed to work seamlessly with Pynapple time series and video data. It allows synchronized exploration of neural signals and behavioral recordings.


License: MIT CI codecov

Installation

We recommend using the Qt-based interface for the best interactive experience:

pip install pynaviz[qt]

To check if the installation was successful with qt, try running:

pynaviz

If Qt is not available on your system, you can still use the fallback rendering engine (via PyGFX):

pip install pynaviz

Basic usage

Once installed (and if Qt installation worked), you can explore Pynapple data interactively using the scope interface:

import pynapple as nap
import numpy as np
from pynaviz import scope

# Create some example time series
tsd = nap.Tsd(t=np.arange(100), d=np.random.randn(100))

# Create a TsdFrame with metadata
tsdframe = nap.TsdFrame(
    t=np.arange(10000),
    d=np.random.randn(10000, 10),
    metadata={"label": np.random.randn(10)}
)

# Launch the visualization GUI
scope(globals())

This will launch an interactive viewer where you can inspect time series, event data, and video tracks in a synchronized environment.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pynaviz-0.1.1.tar.gz (192.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

pynaviz-0.1.1-py3-none-any.whl (113.5 kB view details)

Uploaded Python 3

File details

Details for the file pynaviz-0.1.1.tar.gz.

File metadata

  • Download URL: pynaviz-0.1.1.tar.gz
  • Upload date:
  • Size: 192.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for pynaviz-0.1.1.tar.gz
Algorithm Hash digest
SHA256 c4aa1fb40cac2dba34d15e354105eb28d8d5307b429dbf5a5cc85e6d97e091ae
MD5 a14ba67e0b470e29865af387297202f8
BLAKE2b-256 dab5dad32fcaf8890fd6d76e5b650db642d0ba53f21bd3397b9402e1f25bf741

See more details on using hashes here.

Provenance

The following attestation bundles were made for pynaviz-0.1.1.tar.gz:

Publisher: deploy.yml on pynapple-org/pynaviz

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pynaviz-0.1.1-py3-none-any.whl.

File metadata

  • Download URL: pynaviz-0.1.1-py3-none-any.whl
  • Upload date:
  • Size: 113.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for pynaviz-0.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 7254e16d065df96f1806508fe6ecdac0a586fed5f985650fc571248390bc3b1e
MD5 75cf2dd782587ac6d093959db8df244c
BLAKE2b-256 d0e2989aca93b6c0b915f016c299930fd77870b8b25b5572e9286635e90f44b9

See more details on using hashes here.

Provenance

The following attestation bundles were made for pynaviz-0.1.1-py3-none-any.whl:

Publisher: deploy.yml on pynapple-org/pynaviz

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page