All Projects → MetaCell → NEURON-UI

MetaCell / NEURON-UI

Licence: other
NEURON User Interface

Programming Languages

AMPL
153 projects
python
139335 projects - #7 most used programming language
C++
36643 projects - #6 most used programming language
PHP
23972 projects - #3 most used programming language
c
50402 projects - #5 most used programming language
SourcePawn
201 projects

Projects that are alternatives of or similar to NEURON-UI

PyRhO
A virtual optogenetics laboratory
Stars: ✭ 30 (+114.29%)
Mutual labels:  neuroscience, neuron, brain
bg-atlasapi
A lightweight python module to interact with atlases for systems neuroscience
Stars: ✭ 54 (+285.71%)
Mutual labels:  neuroscience, brain
neuroexpresso
📊 Gene expression in neuroexpresso database
Stars: ✭ 15 (+7.14%)
Mutual labels:  neuroscience, neuron
syncopy
Systems Neuroscience Computing in Python: user-friendly analysis of large-scale electrophysiology data
Stars: ✭ 19 (+35.71%)
Mutual labels:  neuroscience, brain
ColeAnticevicNetPartition
Public release of The Cole-Anticevic Brain-wide Network Partition (CAB-NP)
Stars: ✭ 48 (+242.86%)
Mutual labels:  neuroscience, brain
MIRACL
Multi-modal Image Registration And Connectivity anaLysis
Stars: ✭ 23 (+64.29%)
Mutual labels:  neuroscience, brain
Fieldtrip
The MATLAB toolbox for MEG, EEG and iEEG analysis
Stars: ✭ 481 (+3335.71%)
Mutual labels:  neuroscience, brain
Brayns
Visualizer for large-scale and interactive ray-tracing of neurons
Stars: ✭ 232 (+1557.14%)
Mutual labels:  neuroscience, brain
Visbrain
A multi-purpose GPU-accelerated open-source suite for brain data visualization
Stars: ✭ 172 (+1128.57%)
Mutual labels:  neuroscience, brain
Awesome Neuroscience
A curated list of awesome neuroscience libraries, software and any content related to the domain.
Stars: ✭ 734 (+5142.86%)
Mutual labels:  neuroscience, brain
Pyllusion
A Parametric Framework to Generate Visual Illusions using Python
Stars: ✭ 35 (+150%)
Mutual labels:  neuroscience, brain
Open Computational Neuroscience Resources
A publicly-editable collection of open computational neuroscience resources
Stars: ✭ 234 (+1571.43%)
Mutual labels:  neuroscience, brain
brainreg
Automated 3D brain registration with support for multiple species and atlases.
Stars: ✭ 73 (+421.43%)
Mutual labels:  neuroscience, brain
nix
Neuroscience information exchange format
Stars: ✭ 64 (+357.14%)
Mutual labels:  neuroscience
brainGraph
Graph theory analysis of brain MRI data
Stars: ✭ 136 (+871.43%)
Mutual labels:  neuroscience
BRAINSTools
A suite of tools for medical image processing focused on brain analysis
Stars: ✭ 94 (+571.43%)
Mutual labels:  brain
connectomemapper3
Connectome Mapper 3 is a BIDS App that implements full anatomical, diffusion, resting/state functional MRI, and recently EEG processing pipelines, from raw T1 / DWI / BOLD , and preprocessed EEG data to multi-resolution brain parcellation with corresponding connection matrices.
Stars: ✭ 45 (+221.43%)
Mutual labels:  brain
ecogVIS
Time series visualizer and data processing tools for Electrocorticography (ECoG) signals stored in NWB files, for Python.
Stars: ✭ 18 (+28.57%)
Mutual labels:  neuroscience
MITK-Diffusion
MITK Diffusion - Official part of the Medical Imaging Interaction Toolkit
Stars: ✭ 47 (+235.71%)
Mutual labels:  brain
PsyNeuLink
A block modeling system for cognitive neuroscience
Stars: ✭ 73 (+421.43%)
Mutual labels:  neuroscience

Build Status Docker Automated buil

NEURON-UI

This repository hosts an experimental prototype for a new user interface for NEURON based on web technologies.

Screenshot

Install using Docker (self-contained, the simplest)

First install Docker from here.

Install NEURON-UI using Docker graphical interface (Kitematic)

Open Kitematic from Docker menu (will install Kitematic if you don't have it already)

Search for neuron-ui and create the container.

Image

Start the container and click on Web preview to launch it. No need to ever use the command line, enjoy!

Kitematic

Install NEURON-UI using Docker from command line
docker pull metacell/neuron-ui
docker run -it -p 8888:8888 metacell/neuron-ui

Open your browser and connect to http://localhost:8888/geppetto.

Install NEURON-UI using pip

pip install neuron_ui
jupyter nbextension enable --py jupyter_geppetto
NEURON-UI

Install from sources (for developers and for using your own NEURON models)

git clone https://github.com/MetaCell/NEURON-UI.git
cd utilities
python install.py
cd ..
./NEURON-UI
To update sources:
python update.py

The available functionality is currently limited to the RunControl panel, a basic cell builder, a simplified point process manager that lets you inject a current clamp and space plot functionality.

oldNEURON

This prototype is being developed in collaboration with the Neurosim Lab and the Sense Lab.

The UI connects to nrnpython through a Geppetto extension for Jupyter Notebook.

See the Wiki for more info!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].