From b6ada1891703ee452a935b6618e6c4bec9ad4689 Mon Sep 17 00:00:00 2001 From: Casper da Costa-Luis Date: Sun, 4 Jul 2021 01:04:03 +0100 Subject: [PATCH] minor demo updates --- DEMO.ipynb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/DEMO.ipynb b/DEMO.ipynb index 37716c8a..b892af4b 100644 --- a/DEMO.ipynb +++ b/DEMO.ipynb @@ -58,7 +58,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "![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", + "![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", "-|-\n", "\n", "It can also be executed as a module with pipes:" @@ -273,7 +273,7 @@ "metadata": {}, "outputs": [], "source": [ - "! find . -name '*.py' -type f -exec cat \\{} \\; | tqdm --unit loc --unit_scale --total 4104300 >> /dev/null" + "! find . -name '*.py' -type f -exec cat \\{} \\; | tqdm --unit loc --unit-scale --total 4104300 --null" ] }, { @@ -699,9 +699,9 @@ "\n", "### Keras Integration\n", "\n", - "```python\n", "A `keras` callback is also available:\n", "\n", + "```python\n", "from tqdm.keras import TqdmCallback\n", "\n", "...\n",