Outro#
Install and import feedback gadget#
Show code cell source
# @title Install and import feedback gadget
#1. Install necessary packages
!pip3 install vibecheck datatops --quiet
#2. define content_review() function:
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_cn",
"user_key": "y1x3mpx5",
},
).render()
# Replace 'weeknumber' and 'daynumber' with appropriate values, underscore followed by title
feedback_prefix = "W1D1_Outro"
Video#
To upload video:
Slides#
Submit your feedback#
Show code cell source
# @title Submit your feedback
content_review(f"{feedback_prefix}_Outro_Video")
Daily survey#
[Do not change the below lines, but remember to add the link to the daily surveys]
Don’t forget to complete your reflections and content check in the daily survey! Please be patient after logging in as there is a small delay before you will be redirected to the survey.
[LINK TO THE DAILY SURVEYS - ASK STAFF FOR THE LINKS]