dartbrains-tools
Helper library and interactive anywidgets for the DartBrains fMRI course. Extracted from the book repo so the widgets and helpers can be installed standalone — including in molab and pyodide/WASM marimo notebooks.
Install
pip install dartbrains-tools
# Optional: include marimo for notebook_utils.youtube()
pip install "dartbrains-tools[notebook]"
Modules
dartbrains_tools.data.localizer— load the Pinel Localizer dataset from the Hugging Face Hub. The same API is re-exported atdartbrains_tools.datafor back-compat.dartbrains_tools.data.sherlock— load the Sherlock naturalistic-fMRI dataset (Chen et al. 2017).dartbrains_tools.data.paranoia— load the Paranoia naturalistic-fMRI dataset (Finn et al. 2018).dartbrains_tools.mr_simulations— Bloch equation solvers, signal generators, HRF, and Plotly visualization helpers.dartbrains_tools.mr_widgets— 10 anywidgets for interactive MR physics teaching (PrecessionWidget,SpinEnsembleWidget,KSpaceWidget,ConvolutionWidget,EncodingWidget,CompassWidget,NetMagnetizationWidget,TransformCubeWidget,CostFunctionWidget,SmoothingWidget).dartbrains_tools.notebook_utils— small marimo helpers (youtube).
Quick start
from dartbrains_tools.mr_widgets import PrecessionWidget
w = PrecessionWidget(b0=3.0, flip_angle=90.0)
w # Interactive 3D Three.js animation in any anywidget host.
# Localizer (default; back-compat — also works as dartbrains_tools.data.localizer)
from dartbrains_tools.data import get_subjects, get_file, load_events
subjects = get_subjects()
bold = get_file("S01", scope="derivatives", suffix="bold")
events = load_events("S01")
# Sherlock
from dartbrains_tools.data import sherlock
bold = sherlock.get_file("sub-01", task="sherlockPart1", suffix="bold")
onsets = sherlock.load_onsets("watch")
# Paranoia
from dartbrains_tools.data import paranoia
bold = paranoia.get_file("sub-tb2994", run=1, suffix="bold")
participants = paranoia.load_participants()
Development
git clone https://github.com/ljchang/dartbrains-tools
cd dartbrains-tools
uv sync
uv run pytest
uv build
License
MIT. The parent course materials at dartbrains remain CC-BY-SA-4.0; this companion library is permissive so it can be reused in any downstream project.
Release files for dartbrains-tools 0.2.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| dartbrains_tools-0.2.1.tar.gz | 82.0 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| dartbrains_tools-0.2.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 165.2 kB
Release files / dartbrains_tools-0.2.1.tar.gz
| Download URL | dartbrains_tools-0.2.1.tar.gz |
|---|---|
| Size | 82.0 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
7e1c7cfd9f41177cb66ae4355e9b8c66115570bbd1494b2417b0ca3406dc3c29
|
|
BLAKE2b-256 checksum How to use checksums |
7d63c1155097cd6e884af7ae8bb153797104745aa56e3be08915288444a1071c
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Sep 18, 2026.
Transparency logRelease files / dartbrains_tools-0.2.1-py3-none-any.whl
| Download URL | dartbrains_tools-0.2.1-py3-none-any.whl |
|---|---|
| Size | 83.2 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
1da1bd9533a2eb1a2c075be67cd2dfcc7febddc5b886203093d1dd89bd1328c8
|
|
BLAKE2b-256 checksum How to use checksums |
469daeb264ab0e7b3000f830ec85d501e15b1f0748c7d2b4527fdd7f97c918e0
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Sep 18, 2026.
Transparency log