Using External Python Development Environment
You can run NeuroExplorer Python scripts using a Python development environment of your choice. For example, Visual Studio Code and Spyder are excellent free Python development environments with debugging and auto-completion.
To use an external Python environment:
In NeuroExplorer, select Script | Enable Running Python Scripts in External Editor menu command
Install
nex
Python package. Run this command in Windows Command Promptpython.exe -m pip install -U nexIf you get an error message
pip: command not found
, run this command first to install pip:python.exe -m ensurepip --upgradeIf you are using Anaconda:
Type
Anaconda Prompt
in Windows Search boxSelect a version of Anaconda Prompt in Best Match panel above Windows Search box
Run this command in Anaconda Prompt
pip install -U nex
No changes in your script are required.
If you are using Visual Studio Code: