Mainak Jas
Mainak Jas
what about parameters which are added or deleted? Do you want them to be part of the visualization?
no actually I was asking a more basic question. Since two parameter files don't always have the same set of parameters, I was asking whether the visualization would show only...
One issue with plotting all the parameters is that the units and scale of different parameters may be vastly different.
also the input times presented this way are not very meaningful in my opinion, it's better presented on the plot of the dipole. One idea could be to show the...
or a circle graph: https://mne.tools/stable/_images/sphx_glr_plot_mixed_source_space_connectivity_001.png
since you are in a new environment, you need to run "pip install NEURON" again. Also can you share what you get with: ```py $ which python $ echo $PYTHONPATH...
yeah you need to unset $PYTHONPATH
you need to unset PYTHONPATH and PYTHONHOME. You are still getting /Applications/NEURON-7.8/lib/python when you do "echo $PYTHONPATH". It should return nothing ... ```sh $ unset PYTHONPATH $ unset PYTHONHOME ```
It looks like you have the PYTHONPATH/PYTHONHOME issue again. Can you make sure it's unset and try the command above again?
will do!