Skip to content

Commit

Permalink
Update Output Widget.ipynb
Browse files Browse the repository at this point in the history
Fix: the `itertools` library has not been loaded before being used.
  • Loading branch information
tomichec authored Jan 30, 2024
1 parent b253179 commit d885a9b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/source/examples/Output Widget.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -354,6 +354,7 @@
"```python\n",
"import threading\n",
"import time\n",
"import itertools\n",
"\n",
"def run():\n",
" for i in itertools.count(0):\n",
Expand Down

0 comments on commit d885a9b

Please sign in to comment.