Stimulus Representation
Contents
Stimulus Representation¶
Neuro Video Series
By Neuromatch Academy
Content creator: Jens Kremkow
Content reviewers: Jiaxin Tu, Tara van Viegen, Pooya Pakarian
Video editors, captioners, translators: Maryam Ansari, Antony Puthussery, Tara van Viegen
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_T10"