Welcome to LiveNeuro’s documentation!
LiveNeuro is an interactive 2D brain visualization library using Plotly and Dash, designed for real-time exploration of neural activity data.
Key Features
Interactive 2D brain projections - axial, sagittal, coronal, and hemisphere views
Activity time-course plots for time series visualization
Optimized arrow rendering for smoother interaction with dense vector fields
Real-time controls for time navigation and interaction
Jupyter notebook support for interactive development
Customizable colormaps and visualization options
Export capabilities for static images
Quick Start
Installation
Install from GitHub
pip install https://github.com/liang-bo96/LiveNeuro/archive/refs/heads/main.zip
Basic Usage
from liveneuro import LiveNeuro
# Create visualization with built-in MNE sample data
viz = LiveNeuro()
# Launch in interactive plot
viz.run()
For a full walkthrough of layouts and controls, start with the User Guide.
Contents: