We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de2b8af commit c5928b3Copy full SHA for c5928b3
content/manipulation/03_geopandas_intro.qmd
@@ -347,9 +347,9 @@ you can remove the `!` at the beginning of the line):
347
#| eval: false
348
#| echo: true
349
#| label: install-cartiflette
350
-!pip install py7zr geopandas openpyxl tqdm s3fs
351
-!pip install PyYAML xlrd
352
-!pip install git+https://github.com/inseefrlab/cartiflette
+!pip install py7zr geopandas openpyxl tqdm s3fs --quiet
+!pip install PyYAML xlrd --quiet
+!pip install cartiflette --quiet
353
```
354
355
0 commit comments