mne.open_docs#

mne.open_docs(kind=None, version=None)[source]#

Launch a new web browser tab with the MNE documentation.

Parameters:
kindstr | None

Can be “api” (default), “tutorials”, or “examples”. The default can be changed by setting the configuration value MNE_DOCS_KIND.

versionstr | None

Can be “stable” (default) or “dev”. The default can be changed by setting the configuration value MNE_DOCS_VERSION.