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.0.tar.gz (191.7 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.0-py3-none-any.whl (113.2 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: pynaviz-0.1.0.tar.gz
  • Upload date:
  • Size: 191.7 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.0.tar.gz
Algorithm Hash digest
SHA256 cf93ad836d41edb068a1732f873ffe46500bc4fd67c377bcf93fc7c4c7f91827
MD5 ba20d2c70fb143377ec5c284e990ee90
BLAKE2b-256 cf550f1868a9248456740f622c28031cb426d77771071e9a31ceb07296fde053

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pynaviz-0.1.0-py3-none-any.whl
  • Upload date:
  • Size: 113.2 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.0-py3-none-any.whl
Algorithm Hash digest
SHA256 c44c93fbfb12765ad8e9749902acb47f85b409790b149e7eecd58b0bd9e07c31
MD5 c36f2c8d7d5089f4c0762ab1b5e6b0ac
BLAKE2b-256 98ce2064de69b5919f826fe2505fdf3dadbd19f5a031ae95f18078d3c6df8f81

See more details on using hashes here.

Provenance

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