mirror of
https://github.com/ArthurDanjou/handson-ml3.git
synced 2026-02-02 04:57:51 +01:00
Install latest version of tqdm when using Colab
This commit is contained in:
@@ -56,6 +56,7 @@
|
|||||||
"try:\n",
|
"try:\n",
|
||||||
" # %tensorflow_version only exists in Colab.\n",
|
" # %tensorflow_version only exists in Colab.\n",
|
||||||
" %tensorflow_version 2.x\n",
|
" %tensorflow_version 2.x\n",
|
||||||
|
" !pip install -U tqdm\n",
|
||||||
"except Exception:\n",
|
"except Exception:\n",
|
||||||
" pass\n",
|
" pass\n",
|
||||||
"\n",
|
"\n",
|
||||||
|
|||||||
Reference in New Issue
Block a user