Replies: 1 comment 3 replies
-
I'm not able to reproduce this issue with the current version of Neuroglancer. I see from your code though that you are using an older version, from before Oct 2019. Quite a lot has changed since then, and it is possible that this particular bug was fixed by one of the changes since then. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
when running a neuroglancer instance from an IPython notebook, is it possible to refresh the viewer state each iteration in a loop? simple example:
which works as expected, each time cell 4 is run, the viewer is updated. however, wrapping cell 4 content in a loop fails when retrieving data:
which throws
Error retrieving metadata for volume... 404: Not Found
tried invalidating the layer, adding a time delay, deleting the layer before adding, and updating the viewer state, but no success. the desired behavior is to refresh the data in the browser as it is updated in the loop. is this possible?
Beta Was this translation helpful? Give feedback.
All reactions