ENH: add the lite_data dataset (JupyterLite split 1/5) - #14128
Draft
natinew77-creator wants to merge 4 commits into
Draft
ENH: add the lite_data dataset (JupyterLite split 1/5)#14128natinew77-creator wants to merge 4 commits into
natinew77-creator wants to merge 4 commits into
Conversation
A small curated archive holding only the files the browser documentation reads, taken from sample, kiloword, erp_core, mtrf and eegbci. Those ship as separate multi-GB archives, so without it the docs build downloads several gigabytes to serve a handful of files.
natinew77-creator
requested review from
agramfort,
drammock and
larsoner
as code owners
August 3, 2026 21:44
Contributor
Author
|
@teonbrooks PR 1 of the split is up. |
natinew77-creator
marked this pull request as draft
August 4, 2026 15:06
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes part of #14041.
Adds
mne.datasets.lite_data, a small curated archive holding only the files the browser documentation reads, taken fromsample,kiloword,erp_core,mtrfandeegbci(same files, same checksums). It extracts toMNE-lite-data/with each file under its original dataset folder, so paths match the full datasets.Those ship as separate multi-GB archives, so without this the docs build downloads several gigabytes to serve a handful of files.
The approach was agreed in #14041, where @teonbrooks signed off on the fetcher and @larsoner kindly hosted the archive on OSF.
Nothing under
mne/uses it yet; the consumer is the JupyterLite docs build in #13925. Keeping it separate lets it land on its own.Follows the usual dataset layout and adds a metadata-only test that needs no network.