Live in Lab
Contents
Live in Lab¶
Neuro Video Series
By Neuromatch Academy
Content creators: Anne Churchland, Chaoqun Yin, Alex Kostiuk, Lukas Oesch,Michael Ryan, Ashley Chen, Joao Couto
Content reviewers: Tara van Viegen, Oluwatomisin Faniyan, Pooya Pakarian, Sirisha Sripada
Video editors, captioners, and translators: Jeremy Forest, Tara van Viegen, Carolina Shimabuku, Shuze Liu
Install and import feedback gadget¶
# @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_T4"
Video¶
Submit your feedback¶
# @title Submit your feedback
content_review(f"{feedback_prefix}_Video")