Skip to content

Commit

Permalink
add feedback gadget to W0D0 (#102)
Browse files Browse the repository at this point in the history
* snippet

* snippet

* snippet

* snippet

* snippet fix slides cell

* snippets

* snippets

* snippet

* snippets

* fix link

* snippets

* snippets

* snippets

* snippets and fixes

* snippets and fixes

* snippet

* snippets and fixes

* snippets and fixes

* Process tutorial notebooks

* snippets

* add snippets

* fixes

* fix snippet

* fixes s

* fixxx

* fixess

* Process tutorial notebooks

---------

Co-authored-by: GitHub Action <action@github.com>
  • Loading branch information
spirosChv and actions-user authored Jun 27, 2023
1 parent d6c6751 commit 54aa015
Show file tree
Hide file tree
Showing 21 changed files with 882 additions and 0 deletions.
42 changes: 42 additions & 0 deletions tutorials/W0D0_NeuroVideoSeries/W0D0_Tutorial1.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,35 @@
"<p align='center'><img src='https://github.com/NeuromatchAcademy/widgets/blob/master/sponsors.png?raw=True'/></p>"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {
"cellView": "form",
"execution": {}
},
"outputs": [],
"source": [
"# @title Install and import feedback gadget\n",
"\n",
"!pip3 install vibecheck datatops --quiet\n",
"\n",
"from vibecheck import DatatopsContentReviewContainer\n",
"def content_review(notebook_section: str):\n",
" return DatatopsContentReviewContainer(\n",
" \"\", # No text prompt\n",
" notebook_section,\n",
" {\n",
" \"url\": \"https://pmyvdlilci.execute-api.us-east-1.amazonaws.com/klab\",\n",
" \"name\": \"neuromatch-precourse\",\n",
" \"user_key\": \"8zxfvwxw\",\n",
" },\n",
" ).render()\n",
"\n",
"\n",
"feedback_prefix = \"W0D0_T1\""
]
},
{
"cell_type": "code",
"execution_count": null,
Expand Down Expand Up @@ -101,6 +130,19 @@
"display(tabs)"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {
"cellView": "form",
"execution": {}
},
"outputs": [],
"source": [
"# @title Submit your feedback\n",
"content_review(f\"{feedback_prefix}_Video\")"
]
},
{
"cell_type": "code",
"execution_count": null,
Expand Down
42 changes: 42 additions & 0 deletions tutorials/W0D0_NeuroVideoSeries/W0D0_Tutorial10.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,35 @@
"<p align='center'><img src='https://github.com/NeuromatchAcademy/widgets/blob/master/sponsors.png?raw=True'/></p>"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {
"cellView": "form",
"execution": {}
},
"outputs": [],
"source": [
"# @title Install and import feedback gadget\n",
"\n",
"!pip3 install vibecheck datatops --quiet\n",
"\n",
"from vibecheck import DatatopsContentReviewContainer\n",
"def content_review(notebook_section: str):\n",
" return DatatopsContentReviewContainer(\n",
" \"\", # No text prompt\n",
" notebook_section,\n",
" {\n",
" \"url\": \"https://pmyvdlilci.execute-api.us-east-1.amazonaws.com/klab\",\n",
" \"name\": \"neuromatch-precourse\",\n",
" \"user_key\": \"8zxfvwxw\",\n",
" },\n",
" ).render()\n",
"\n",
"\n",
"feedback_prefix = \"W0D0_T10\""
]
},
{
"cell_type": "code",
"execution_count": null,
Expand Down Expand Up @@ -101,6 +130,19 @@
"display(tabs)"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {
"cellView": "form",
"execution": {}
},
"outputs": [],
"source": [
"# @title Submit your feedback\n",
"content_review(f\"{feedback_prefix}_Video\")"
]
},
{
"cell_type": "code",
"execution_count": null,
Expand Down
42 changes: 42 additions & 0 deletions tutorials/W0D0_NeuroVideoSeries/W0D0_Tutorial12.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,35 @@
"<p align='center'><img src='https://github.com/NeuromatchAcademy/widgets/blob/master/sponsors.png?raw=True'/></p>"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {
"cellView": "form",
"execution": {}
},
"outputs": [],
"source": [
"# @title Install and import feedback gadget\n",
"\n",
"!pip3 install vibecheck datatops --quiet\n",
"\n",
"from vibecheck import DatatopsContentReviewContainer\n",
"def content_review(notebook_section: str):\n",
" return DatatopsContentReviewContainer(\n",
" \"\", # No text prompt\n",
" notebook_section,\n",
" {\n",
" \"url\": \"https://pmyvdlilci.execute-api.us-east-1.amazonaws.com/klab\",\n",
" \"name\": \"neuromatch-precourse\",\n",
" \"user_key\": \"8zxfvwxw\",\n",
" },\n",
" ).render()\n",
"\n",
"\n",
"feedback_prefix = \"W0D0_T12\""
]
},
{
"cell_type": "code",
"execution_count": null,
Expand Down Expand Up @@ -100,6 +129,19 @@
"display(tabs)"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {
"cellView": "form",
"execution": {}
},
"outputs": [],
"source": [
"# @title Submit your feedback\n",
"content_review(f\"{feedback_prefix}_Video\")"
]
},
{
"cell_type": "code",
"execution_count": null,
Expand Down
42 changes: 42 additions & 0 deletions tutorials/W0D0_NeuroVideoSeries/W0D0_Tutorial3.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,35 @@
"<p align='center'><img src='https://github.com/NeuromatchAcademy/widgets/blob/master/sponsors.png?raw=True'/></p>"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {
"cellView": "form",
"execution": {}
},
"outputs": [],
"source": [
"# @title Install and import feedback gadget\n",
"\n",
"!pip3 install vibecheck datatops --quiet\n",
"\n",
"from vibecheck import DatatopsContentReviewContainer\n",
"def content_review(notebook_section: str):\n",
" return DatatopsContentReviewContainer(\n",
" \"\", # No text prompt\n",
" notebook_section,\n",
" {\n",
" \"url\": \"https://pmyvdlilci.execute-api.us-east-1.amazonaws.com/klab\",\n",
" \"name\": \"neuromatch-precourse\",\n",
" \"user_key\": \"8zxfvwxw\",\n",
" },\n",
" ).render()\n",
"\n",
"\n",
"feedback_prefix = \"W0D0_T3\""
]
},
{
"cell_type": "code",
"execution_count": null,
Expand Down Expand Up @@ -101,6 +130,19 @@
"display(tabs)"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {
"cellView": "form",
"execution": {}
},
"outputs": [],
"source": [
"# @title Submit your feedback\n",
"content_review(f\"{feedback_prefix}_Video\")"
]
},
{
"cell_type": "code",
"execution_count": null,
Expand Down
42 changes: 42 additions & 0 deletions tutorials/W0D0_NeuroVideoSeries/W0D0_Tutorial4.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,35 @@
"<p align='center'><img src='https://github.com/NeuromatchAcademy/widgets/blob/master/sponsors.png?raw=True'/></p>"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {
"cellView": "form",
"execution": {}
},
"outputs": [],
"source": [
"# @title Install and import feedback gadget\n",
"\n",
"!pip3 install vibecheck datatops --quiet\n",
"\n",
"from vibecheck import DatatopsContentReviewContainer\n",
"def content_review(notebook_section: str):\n",
" return DatatopsContentReviewContainer(\n",
" \"\", # No text prompt\n",
" notebook_section,\n",
" {\n",
" \"url\": \"https://pmyvdlilci.execute-api.us-east-1.amazonaws.com/klab\",\n",
" \"name\": \"neuromatch-precourse\",\n",
" \"user_key\": \"8zxfvwxw\",\n",
" },\n",
" ).render()\n",
"\n",
"\n",
"feedback_prefix = \"W0D0_T4\""
]
},
{
"cell_type": "code",
"execution_count": null,
Expand Down Expand Up @@ -100,6 +129,19 @@
" tabs.set_title(i, video_ids[i][0])\n",
"display(tabs)"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {
"cellView": "form",
"execution": {}
},
"outputs": [],
"source": [
"# @title Submit your feedback\n",
"content_review(f\"{feedback_prefix}_Video\")"
]
}
],
"metadata": {
Expand Down
42 changes: 42 additions & 0 deletions tutorials/W0D0_NeuroVideoSeries/W0D0_Tutorial6.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,35 @@
"<p align='center'><img src='https://github.com/NeuromatchAcademy/widgets/blob/master/sponsors.png?raw=True'/></p>"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {
"cellView": "form",
"execution": {}
},
"outputs": [],
"source": [
"# @title Install and import feedback gadget\n",
"\n",
"!pip3 install vibecheck datatops --quiet\n",
"\n",
"from vibecheck import DatatopsContentReviewContainer\n",
"def content_review(notebook_section: str):\n",
" return DatatopsContentReviewContainer(\n",
" \"\", # No text prompt\n",
" notebook_section,\n",
" {\n",
" \"url\": \"https://pmyvdlilci.execute-api.us-east-1.amazonaws.com/klab\",\n",
" \"name\": \"neuromatch-precourse\",\n",
" \"user_key\": \"8zxfvwxw\",\n",
" },\n",
" ).render()\n",
"\n",
"\n",
"feedback_prefix = \"W0D0_T6\""
]
},
{
"cell_type": "code",
"execution_count": null,
Expand Down Expand Up @@ -101,6 +130,19 @@
"display(tabs)"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {
"cellView": "form",
"execution": {}
},
"outputs": [],
"source": [
"# @title Submit your feedback\n",
"content_review(f\"{feedback_prefix}_Video\")"
]
},
{
"cell_type": "code",
"execution_count": null,
Expand Down
42 changes: 42 additions & 0 deletions tutorials/W0D0_NeuroVideoSeries/W0D0_Tutorial8.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,35 @@
"<p align='center'><img src='https://github.com/NeuromatchAcademy/widgets/blob/master/sponsors.png?raw=True'/></p>"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {
"cellView": "form",
"execution": {}
},
"outputs": [],
"source": [
"# @title Install and import feedback gadget\n",
"\n",
"!pip3 install vibecheck datatops --quiet\n",
"\n",
"from vibecheck import DatatopsContentReviewContainer\n",
"def content_review(notebook_section: str):\n",
" return DatatopsContentReviewContainer(\n",
" \"\", # No text prompt\n",
" notebook_section,\n",
" {\n",
" \"url\": \"https://pmyvdlilci.execute-api.us-east-1.amazonaws.com/klab\",\n",
" \"name\": \"neuromatch-precourse\",\n",
" \"user_key\": \"8zxfvwxw\",\n",
" },\n",
" ).render()\n",
"\n",
"\n",
"feedback_prefix = \"W0D0_T8\""
]
},
{
"cell_type": "code",
"execution_count": null,
Expand Down Expand Up @@ -101,6 +130,19 @@
"display(tabs)"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {
"cellView": "form",
"execution": {}
},
"outputs": [],
"source": [
"# @title Submit your feedback\n",
"content_review(f\"{feedback_prefix}_Video\")"
]
},
{
"cell_type": "code",
"execution_count": null,
Expand Down
Loading

0 comments on commit 54aa015

Please sign in to comment.