Skip to content

Commit

Permalink
Merge pull request #677 from AutoResearch/doc/fix-bean-notebook
Browse files Browse the repository at this point in the history
docs: fixed missing import statement in notebooks
  • Loading branch information
musslick authored Nov 10, 2024
2 parents baf3997 + 8faa871 commit 23d0e57
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docs/examples/closed-loop-basic/notebooks/sweetbean.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,8 @@
"metadata": {},
"outputs": [],
"source": [
"from sweetbean.sequence import Block\n",
"\n",
"# create a list of instruction stimuli for the instruction block\n",
"introduction_list = [introduction_welcome,\n",
" introduction_pictures,\n",
Expand Down Expand Up @@ -255,7 +257,7 @@
"source": [
"## Experiment Block Sequence\n",
"\n",
"Now that we have specified all of our experiment blocks, we put them together into an experiment. The function below compiles the experiment and converts it into a html file."
"Now that we have specified all of our experiment blocks, we put them together into an experiment. The function below compiles the experiment and converts it into an html file."
]
},
{
Expand Down Expand Up @@ -386,8 +388,7 @@
],
"metadata": {
"colab": {
"provenance": [],
"toc_visible": true
"provenance": []
},
"kernelspec": {
"display_name": "Python 3",
Expand Down

0 comments on commit 23d0e57

Please sign in to comment.