nyroglancer icon indicating copy to clipboard operation
nyroglancer copied to clipboard

jupyter notebook extension to visualize numpy arrays with the neuroglancer

Results 6 nyroglancer issues
Sort by recently updated
recently updated
newest added

fixing config information (maybe a conda environment file would be better?)

Running the example on a local anaconda version of jupyter I get this error: could not register token: [Errno 111] Connection refused Running this from a jupyter notebook with sudo:...

I think neuroglancer might have refactored their code and now trying to pass a resolution argument like this `viewer.add(output_view, resolution=[4, 4, 40], name="output")` as shown in the README throws this...

- If datasets have >4 dimensions, try to reshape them (e.g. if they have a leading (1,) axis) - Fix units of offset parameter for self.add to be in nanometers,...

Hi @funkey , Thanks for the useful repo! I am running into an error when running the example code. (Note: I corrected for the obvious errors - changing param names...