https://github.com/neurodata/ndio
python interface to neurodata code
https://github.com/neurodata/ndio
Last synced: 12 months ago
JSON representation
python interface to neurodata code
- Host: GitHub
- URL: https://github.com/neurodata/ndio
- Owner: neurodata
- License: apache-2.0
- Created: 2015-09-30T14:14:55.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2019-07-15T18:05:46.000Z (almost 7 years ago)
- Last Synced: 2025-06-29T16:44:19.640Z (about 1 year ago)
- Language: Python
- Homepage: http://docs.neurodata.io/nddocs/ndio
- Size: 4.72 MB
- Stars: 18
- Watchers: 12
- Forks: 6
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.md
- Contributing: CONTRIBUTING.md
- License: license
Awesome Lists containing this project
README
# ndio
[](https://pypi.python.org/pypi/ndio)
[](https://travis-ci.org/neurodata/ndio)
[](https://codeclimate.com/github/neurodata/ndio)

**ndio** is a Python 2 and 3 module that enables big-data neuroscience, as well as direct interfacing with NeuroData workflows and servers. More complete documentation is available at [the ndio documentation website](http://docs.neurodata.io/nddocs/ndio).
ndio is now considered stable as of the 1.0 release in April 2016.
## Installation
Before you install ndio, you'll need to have a few prerequisites. The first thing to do is to **install numpy**, which often does not jive well with the auto-installation process supported by `pip`.
If you already have numpy installed, then simply run:
```
pip install ndio
```
Generally, installation failures can be fixed by running the same line again, which, yeah, that's super janky, whatever. If that still fails, try cloning the repository from https://github.com/neurodata/ndio and running `pip install -r requirements.txt`.
If you're still having no luck, try checking out the `travis.yml` file in the main directory of the repository — these are the lines required to get ndio up and running on a totally blank Ubuntu 14.04 machine.
## Getting Started
You can view a list of not-necessarily-too-up-to-date tutorials, and some information about getting started,
over [here]().
## Contributing
Please submit bug reports, or get in touch at our [GitHub
repository](). When contributing, please
follow the [Contribution
Guidelines]().
## Documentation
ndio is fully documented [here]().
Submit bug reports [here]().