You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To Reproduce
I copied and pasted the lines of code found in the example notebook exactly as they are written, with the exception being I used my authorization token stored as a variable.
When I run the following lines:
Expected behavior
I expected these tables to populate with n_connectors. I am uncertain if I should be explicitly importing these connection tables elsewhere or if they should be populated already as in the example notebook.
Your system
NAVis version: 1.5.0
Python version: Python 3.8.0
Operating System: Windows 10
The text was updated successfully, but these errors were encountered:
neu.fetch_skeletons (and neu.fetch_mesh_neuron) have a with_synapses parameter that defaults to False. I suspect that used to be True when the tutorial was first written.
Description
When following the Navis neuPrint tutorial currently found at https://navis.readthedocs.io/en/latest/source/tutorials/neuprint.html I encounter an issue when trying to load in the example neurons in which the connector tables do not load (no n_connectors).
To Reproduce
I copied and pasted the lines of code found in the example notebook exactly as they are written, with the exception being I used my authorization token stored as a variable.
When I run the following lines:
I get this output:
Expected behavior
I expected these tables to populate with n_connectors. I am uncertain if I should be explicitly importing these connection tables elsewhere or if they should be populated already as in the example notebook.
Your system
The text was updated successfully, but these errors were encountered: