Skip to content

Neurons from Navis neuPrint tutorial load but without connection tables (no n_connectors) #135

@Neurophila

Description

@Neurophila

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:

mbon_skeletons = neu.fetch_skeletons(neu.SegmentCriteria(instance='.*MBON.*_R', regex=True))
mbon_skeletons.head()

I get this output:
image_2023-12-12_161540352

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions