Open In Colab   Open in Kaggle

Brain Signals: fMRI#

Neuro Video Series

By Neuromatch Academy

Content creator: Pedro Valdes-Sosa, Benjamin Becker, Carlos Lopez

Content reviewers: Ella Batty, Arvind Kumar, Tara van Viegen

Video editors, captioners, and translators: Manisha Sinha, Andrew Sun, Shuze Liu, Luis Alvarez, Liangyou Zhang

Install and import feedback gadget#

Hide code cell source
# @title Install and import feedback gadget

!pip3 install vibecheck datatops --quiet

from vibecheck import DatatopsContentReviewContainer
def content_review(notebook_section: str):
    return DatatopsContentReviewContainer(
        "",  # No text prompt
        notebook_section,
        {
            "url": "https://pmyvdlilci.execute-api.us-east-1.amazonaws.com/klab",
            "name": "neuromatch-precourse",
            "user_key": "8zxfvwxw",
        },
    ).render()


feedback_prefix = "W0D0_T8"

Video#

Submit your feedback#

Hide code cell source
# @title Submit your feedback
content_review(f"{feedback_prefix}_Video")