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:

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