Neuron Libraries

Anything that doesn't fit elsewhere.
Post Reply
Prokopiou

Neuron Libraries

Post by Prokopiou »

Hello,

Im trying to find a way to interface my application with NEURON, preferably with a library without using the Neuron GUI or executing the nrniv.exe from within my application.
I couldn't find libraries for any language and I was wondring if one exists.

Thank you,
Andreas.
hines
Site Admin
Posts: 1710
Joined: Wed May 18, 2005 3:32 pm

Re: Neuron Libraries

Post by hines »

On all machines, NEURON is generally built as a shared library that any program can link against or dynamically load.
Also mod files typically end up in a shared library which is loaded dynamically.
A typical example is to launch Python and extend with the NEURON module.
There is no GUI if NEURON is configured with the argument --without-iv
Post Reply