We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
(Amazing project!)
I was trying to work through https://github.com/google/neuroglancer/blob/master/python/examples/jupyter-notebook-demo.ipynb, and discovered that some of the code no longer works. In particular,
with viewer.txn() as s: s.layers['segmentation'].segments.update([1752, 88847]) s.layers['segmentation'].visible = True
causes the following error:
--------------------------------------------------------------------------- AttributeError Traceback (most recent call last) Cell In[13], line 2 1 with viewer.txn() as s: ----> 2 s.layers['segmentation'].segments.update([1752, 88847]) 3 s.layers['segmentation'].visible = True AttributeError: 'VisibleSegments' object has no attribute 'update'
The text was updated successfully, but these errors were encountered:
No branches or pull requests
(Amazing project!)
I was trying to work through https://github.com/google/neuroglancer/blob/master/python/examples/jupyter-notebook-demo.ipynb, and discovered that some of the code no longer works. In particular,
causes the following error:
The text was updated successfully, but these errors were encountered: