Skip to content
Jordan Matelsky edited this page Apr 5, 2021 · 18 revisions

Overview

The Integrated Toolkit for Extensible and Reproducible Neuroscience (intern) is a Python 2/3 module that enables big-data neuroscience. Currently, it provides an interface to the Boss API, DVID API and CloudVolume API.

intern Installation Guide

Get started quickly with the intern.array function, or read on for more details.


intern aims to move toward a universal data access toolbar large-scale neuroscience data. We have taken the first step by extending remote capability to Dvid and Boss data storages to enable scalable and sharable science.

BOSS examples: To get started, begin with the intern Boss tutorials. and BossRemote examples

Examples that focus on exercising the different API calls are here.

To get started with the DVID Remote checkout the DVIDRemote wiki and our DVIDRemote examples

To get started with the CloudVolume Remote checkout the CloudVolumeRemote examples