Skip to content

Commit

Permalink
Update Output Widget.ipynb (#3881)
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 Aug 22, 2024
1 parent cd81783 commit 3171b1c
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 3171b1c

Please sign in to comment.