Skip to content

Commit 3171b1c

Browse files
authored
Update Output Widget.ipynb (#3881)
Fix: the `itertools` library has not been loaded before being used.
1 parent cd81783 commit 3171b1c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/source/examples/Output Widget.ipynb

+1
Original file line numberDiff line numberDiff line change
@@ -354,6 +354,7 @@
354354
"```python\n",
355355
"import threading\n",
356356
"import time\n",
357+
"import itertools\n",
357358
"\n",
358359
"def run():\n",
359360
" for i in itertools.count(0):\n",

0 commit comments

Comments
 (0)