Search found 2 matches

by Marin
Mon Jan 28, 2019 4:33 pm
Forum: NEURON + Python
Topic: how to delete a Point Process object
Replies: 11
Views: 7865

Re: how to delete a Point Process object

Thanks, using

Code: Select all

print(soma.psection())
seems to solve the problem. How weird.

BTW, is there a reason

Code: Select all

h.allobjects()
uses stderr instead of stdout? In my notebook, the output from that function shows up in the terminal, and not inside a cell because of it;
by Marin
Sun Jan 27, 2019 3:52 pm
Forum: NEURON + Python
Topic: how to delete a Point Process object
Replies: 11
Views: 7865

Re: how to delete a Point Process object

Sorry to resurrect this old thread, but has a final solution to this problem been found? I really enjoy working with NEURON in a jupyter notebook, but I cannot seem to be able to delete a PointProcess. Here is a sample output from a notebook: from neuron import h soma = h.Section() soma.psection() {...