Skip to main content

Python client utilties for interacting with the neuPrint connectome analysis service

Project description

neuprint-python

Python client utilties for interacting with the neuPrint connectome analysis service

See below to get started, or have a look at the Introduction notebook.

Find the documentation here!

Install

If you're using conda, use this command:

conda install -c flyem-forge neuprint-python

Otherwise, make sure you have Python 3, pip and git installed. Then run this in terminal:

pip install git+git://github.com/connectome-neuprint/neuprint-python@master

Getting started

First, grab your token from the neuPrint web interface.

token

Next:

import neuprint as neu

# Set up credentials
client = neu.Client('https://your.neuprintserver.com:8800', 'yourtoken')

# Grab some neurons by ROI
lh = neu.fetch_neurons_in_roi('LH')

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

neuprint-python-0.1.12.tar.gz (26.2 kB view hashes)

Uploaded Source

Built Distribution

neuprint_python-0.1.12-py2.py3-none-any.whl (11.6 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page