Original examples are from the 2019 NSF NeuroNex 3DEM Workshop in Austin, TX.
Note: numpy
must be installed before cloud-volume.
python3 -m venv ENV
source ENV/bin/activate
pip install numpy
pip install -r reqs.txt
jupyter-lab
conda env create -f environment.yml --name neuroglancer-demo
conda activate neuroglancer-demo
jupyter-lab