mirror of https://github.com/tqdm/tqdm.git
minor demo updates
This commit is contained in:
parent
63f427b0b8
commit
b6ada18917
|
@ -58,7 +58,7 @@
|
||||||
"cell_type": "markdown",
|
"cell_type": "markdown",
|
||||||
"metadata": {},
|
"metadata": {},
|
||||||
"source": [
|
"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",
|
||||||
"\n",
|
"\n",
|
||||||
"It can also be executed as a module with pipes:"
|
"It can also be executed as a module with pipes:"
|
||||||
|
@ -273,7 +273,7 @@
|
||||||
"metadata": {},
|
"metadata": {},
|
||||||
"outputs": [],
|
"outputs": [],
|
||||||
"source": [
|
"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",
|
"\n",
|
||||||
"### Keras Integration\n",
|
"### Keras Integration\n",
|
||||||
"\n",
|
"\n",
|
||||||
"```python\n",
|
|
||||||
"A `keras` callback is also available:\n",
|
"A `keras` callback is also available:\n",
|
||||||
"\n",
|
"\n",
|
||||||
|
"```python\n",
|
||||||
"from tqdm.keras import TqdmCallback\n",
|
"from tqdm.keras import TqdmCallback\n",
|
||||||
"\n",
|
"\n",
|
||||||
"...\n",
|
"...\n",
|
||||||
|
|
Loading…
Reference in New Issue