Tools for neuroglancer scenes. See docs.
Packages are available from both PyPI and conda-forge.
Using pixi:
pixi add ngsidekickUsing conda:
conda install -c conda-forge ngsidekickUsing pip:
pip install ngsidekickUsing uv:
uv add ngsidekick
# or in an existing environment
uv pip install ngsidekickCreate an environment and run tests:
uv venv
uv pip install -e .[test]
pytest