Skip to content

Commit

Permalink
made the install quiet
Browse files Browse the repository at this point in the history
  • Loading branch information
Ibrahim-Ola committed Aug 21, 2024
1 parent 8b81ab7 commit 06df5cb
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@
},
{
"cell_type": "code",
"execution_count": null,
"execution_count": 2,
"metadata": {},
"outputs": [],
"source": [
"%pip install metloom"
"%pip install -q metloom "
]
},
{
Expand Down Expand Up @@ -512,7 +512,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.11.9"
"version": "3.11.5"
}
},
"nbformat": 4,
Expand Down

0 comments on commit 06df5cb

Please sign in to comment.