mne_install_backend
Install the MNE-Python analysis backend on demand to enable all MNE tools without a restart. Select from ica, analysis, or full profiles.
Instructions
Provision the analysis backend (MNE-Python + numpy/scipy/matplotlib/pandas, plus scikit-learn for ICA) into this server's own Python environment, on demand. Call this once when mne_check_status reports the backend is not installed; afterwards every mne_* tool works with NO client restart. profile: 'ica' (default), 'analysis' (no scikit-learn), or 'full' (adds source localization, connectivity, decoding, BIDS, extra file readers). The first run downloads a large scientific stack and may take a few minutes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| profile | No | ica |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |