NeuroExplorer Python Packages

Python became a valuable tool that could be used to automate tasks in NeuroExplorer and to extend NeuroExplorer capabilities.

Nex Technologies now provides two Python packages that are available in the official Python package repository www.pypi.org. The packages can be installed using pip install command.

The first package, nex, can be used to run NeuroExplorer Python scripts using a Python development environment of your choice (VS Code, Pycharm, Spyder, etc.). Instructions on how to use this package is available here.

The second Python package, nex5file, can be used to read and write .nex and .nex5 files as well as to edit data contained in those files. The documentation for this package is available on NeuroExplorer web site.