Skip to content

Commit 342b59b

Browse files
avouacrgithub-actions[bot]linogaliana
authored
Procedure to install selenium on ssp cloud (#330)
* install selenium on ssp cloud * Automated changes * Automated changes * Corrige typos exo compteurs (#329) * install * exo * Automated changes * Automated changes * geoplot * geoplot * Automated changes * Automated changes * note * Automated changes * Automated changes * cartiflette * up * points * points * Automated changes * Automated changes * carte * Automated changes * Automated changes Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * Automated changes * Automated changes Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Lino Galiana <33896139+linogaliana@users.noreply.github.com> Co-authored-by: lgaliana <lino.galiana@insee.fr>
1 parent e56f6fd commit 342b59b

File tree

1 file changed

+13
-2
lines changed
  • content/course/manipulation/04a_webscraping_TP

1 file changed

+13
-2
lines changed

content/course/manipulation/04a_webscraping_TP/index.qmd

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1083,8 +1083,19 @@ Sur `Colab`, vous pouvez utiliser les commandes suivantes:
10831083
```
10841084

10851085
Si vous êtes sur le SSP-Cloud, vous pouvez
1086-
exécuter les commandes ci-dessous dans un terminal,
1087-
en retirant les `!` en début de ligne.
1086+
exécuter les commandes suivantes:
1087+
1088+
```{python}
1089+
#| eval: false
1090+
!wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb -O /tmp/chrome.deb
1091+
!sudo apt-get update
1092+
!sudo -E apt-get install -y /tmp/chrome.deb
1093+
!pip install chromedriver-autoinstaller selenium
1094+
1095+
import chromedriver_autoinstaller
1096+
chromedriver_autoinstaller.install()
1097+
```
1098+
10881099

10891100

10901101

0 commit comments

Comments
 (0)