Robert A McDougal
Robert A McDougal
I know it takes time and effort to do this, but I second the votes for pip-installable macOS and Linux packages; without that, we can't distribute packages to third-parties that...
@BarnabasSzabolcs Is there a way to put `pywebview` inside a wx frame?
@BarnabasSzabolcs I'm trying to replace an older UI of an existing program. The core is in C++, but many people now use it as a Python library. So I'm looking...
One and a half other patterns that may be outside of the scope of this question, but shouldn't break: 1. Pointers into non-NEURON managed memory; most commonly this would be...
Please do not remove `REPRESENTS` `REPRESENTS` was added to nmodl to provide a structured way of mapping ions and channels to semantic information by using ontologies. It doesn't generate code...
Can you clarify what you mean by "NEURONS replayed with a 'NoneType'"? Note that NEURON 7.5 and later (current version is 7.7) directly support instantiating a morphology in a Python...
I'm glad that solution worked for you. I believe the problem you ran into is that this code wasn't associating sections with cell objects. Can you see if the change...
With colab or models that are in a file, you can always just call `nrnivmodl` (works on all platforms) before importing `neuron`.
Could this be worked-around by having a script unset `DISPLAY` before importing `neuron`? I'd like a programmatic way around connecting to xquartz on a mac (which takes a long time...
For practical purposes, this would mean that almost all Python-based NEURON models available on ModelDB before, say, 2018 or so (and many after) would not run in whatever version of...