Skip to content

Commit 7c1cd39

Browse files
committed
Use conda for selenium in chapter 13
1 parent c44a60c commit 7c1cd39

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

environment.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@ channels:
44
dependencies:
55
- black
66
- bokeh>=3.2.0
7-
- firefox
87
- flake8
9-
- geckodriver
108
- geojson
119
- geopandas
1210
- nbqa

notebooks/13_exporting_embedding.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@
235235
"metadata": {},
236236
"outputs": [],
237237
"source": [
238-
"!pip install selenium"
238+
"!conda install selenium firefox geckodriver -c conda-forge -y # Install Selenium with Firefox and Geckodriver\n"
239239
]
240240
},
241241
{

0 commit comments

Comments
 (0)