Skip to content

Commit b6ada18

Browse files
committed
minor demo updates
1 parent 63f427b commit b6ada18

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

DEMO.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"cell_type": "markdown",
5959
"metadata": {},
6060
"source": [
61-
"![Screenshot](https://img.tqdm.ml/tqdm.gif)|[![Video](https://img.tqdm.ml/video.jpg)](https://tqdm.github.io/video) [![Slides](https://img.tqdm.ml/slides.jpg)](https://tqdm.github.io/PyData2019/slides.html)\n",
61+
"![Screenshot](https://img.tqdm.ml/tqdm.gif)|[![Video](https://img.tqdm.ml/video.jpg)](https://tqdm.github.io/video) [![Slides](https://img.tqdm.ml/slides.jpg)](https://tqdm.github.io/PyData2019/slides.html) [![Merch](https://img.tqdm.ml/merch.jpg)](https://tqdm.github.io/merch)\n",
6262
"-|-\n",
6363
"\n",
6464
"It can also be executed as a module with pipes:"
@@ -273,7 +273,7 @@
273273
"metadata": {},
274274
"outputs": [],
275275
"source": [
276-
"! find . -name '*.py' -type f -exec cat \\{} \\; | tqdm --unit loc --unit_scale --total 4104300 >> /dev/null"
276+
"! find . -name '*.py' -type f -exec cat \\{} \\; | tqdm --unit loc --unit-scale --total 4104300 --null"
277277
]
278278
},
279279
{
@@ -699,9 +699,9 @@
699699
"\n",
700700
"### Keras Integration\n",
701701
"\n",
702-
"```python\n",
703702
"A `keras` callback is also available:\n",
704703
"\n",
704+
"```python\n",
705705
"from tqdm.keras import TqdmCallback\n",
706706
"\n",
707707
"...\n",

0 commit comments

Comments
 (0)