Skip to content

Commit

Permalink
make the notebook pip installation quieter
Browse files Browse the repository at this point in the history
  • Loading branch information
jepler committed May 11, 2022
1 parent efb79c7 commit 96c8adf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fluxvis.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"metadata": {},
"outputs": [],
"source": [
"!pip install 'fluxvis[notebook]'"
"!pip install -qqq 'fluxvis[notebook]'"
]
},
{
Expand Down

0 comments on commit 96c8adf

Please sign in to comment.