A Jupyter Widget to get atomic feedback as a student progresses through a didactic jupyter notebook.
pip install vibecheck datatops
from vibecheck import DatatopsContentReviewContainer
DatatopsContentReviewContainer(
"", # No text prompt
"W1D1-GD-Explanation-v1",
{
"url": "https://datatops-example-server.com",
"name": "deep-learning-101",
"user_key": "30d8xnd2",
},
).render()
For more information, see the documentation.