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.
Neuron Libraries
Re: Neuron Libraries
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
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