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.3.tar.gz (193.1 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.3-py3-none-any.whl (113.5 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: pynaviz-0.1.3.tar.gz
  • Upload date:
  • Size: 193.1 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.3.tar.gz
Algorithm Hash digest
SHA256 f793daa99d90dae8ee60dcf732094674ee5e754c28dce4063bdc5bc4655ea063
MD5 d093bab17917350b8f65efde0fbb5645
BLAKE2b-256 9be67c92913c29cca39cfe542348046ecda36cd948925aaaf3c27229cce37b39

See more details on using hashes here.

Provenance

The following attestation bundles were made for pynaviz-0.1.3.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.3-py3-none-any.whl.

File metadata

  • Download URL: pynaviz-0.1.3-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.3-py3-none-any.whl
Algorithm Hash digest
SHA256 9e739b9b283f76163a37a3f24e331550b7e3affa72109514eaaf67c6d7cc5c33
MD5 0ad2c4025f251b3ea5e44d8f7d58ffc5
BLAKE2b-256 f28f706726b8bae4b3b02d1f10a14827736ec4033afc9d60e9fb792664e740cf

See more details on using hashes here.

Provenance

The following attestation bundles were made for pynaviz-0.1.3-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