Skip to content

Commit

Permalink
Add --quiet --progress-bar off to pip install
Browse files Browse the repository at this point in the history
  • Loading branch information
y0z committed Aug 2, 2024
1 parent 1464aa0 commit 98e94d6
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package/samplers/whale_optimization/example.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@
},
{
"cell_type": "code",
"execution_count": null,
"execution_count": 1,
"metadata": {
"id": "pws57WUlE1te"
},
"outputs": [],
"source": [
"!pip install optuna optunahub"
"!pip install --quiet --progress-bar off optuna optunahub"
]
},
{
Expand All @@ -53,7 +53,7 @@
"metadata": {
"id": "Wx2Ov0CyF9lB"
},
"execution_count": 5,
"execution_count": null,
"outputs": []
},
{
Expand All @@ -78,7 +78,7 @@
"metadata": {
"id": "lNInSywME95H"
},
"execution_count": 6,
"execution_count": null,
"outputs": []
},
{
Expand All @@ -102,7 +102,7 @@
"metadata": {
"id": "0nH6__u5F5uQ"
},
"execution_count": 8,
"execution_count": null,
"outputs": []
},
{
Expand Down Expand Up @@ -141,7 +141,7 @@
"id": "NuhMdbUqG5U2",
"outputId": "c0d4fbd4-6b27-4dc3-a5f5-c05f5a857d4c"
},
"execution_count": 11,
"execution_count": null,
"outputs": [
{
"output_type": "display_data",
Expand Down

0 comments on commit 98e94d6

Please sign in to comment.