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
To install from source, clone the repository and install with the [qt] extra:
git clone https://github.com/pynapple-org/pynaviz.git
cd pynaviz
pip install -e '.[qt]'
If Qt is not available on your system, you can still use the fallback rendering engine (via PyGFX):
git clone https://github.com/pynapple-org/pynaviz.git
cd pynaviz
pip install -e .