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
json
from nglui import statebuilder as sb root_id = 864691136137805181 state_dict = sb.make_neuron_neuroglancer_link(client, root_id, return_as="json")
gives
TypeError: ChainedStateBuilder.render_state() got an unexpected keyword argument 'ngl_url'
the same thing runs without changing return_as
return_as
The text was updated successfully, but these errors were encountered:
nglui/src/nglui/statebuilder/helpers.py
Line 493 in 9478be4
nglui/src/nglui/statebuilder/statebuilder.py
Line 149 in 656b817
Line 293 in 656b817
Sorry, something went wrong.
No branches or pull requests
gives
TypeError: ChainedStateBuilder.render_state() got an unexpected keyword argument 'ngl_url'
the same thing runs without changing
return_as
The text was updated successfully, but these errors were encountered: