Skip to content

Commit 0253def

Browse files
authored
Update Install Selenium & Chromedriver on your System.md
1 parent d474d3e commit 0253def

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

setup/Install Selenium & Chromedriver on your System.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
There are many ways to use chromedriver & selenium. Here are the ways we do it in this guide:
44

55
- Google Colab
6+
- Deepnote
67
- macOS
78
- Linux (debian systems)
89
- Windows (coming soon)
@@ -11,6 +12,9 @@ There are many ways to use chromedriver & selenium. Here are the ways we do it i
1112
## Google Colab
1213
Go to [this link](https://colab.research.google.com/github/codingforentrepreneurs/Scrape-Websites-with-Python-FastAPI-Celery-NoSQL/blob/main/setup/chromedriver-selenium-notebook.ipynb). It uses the notebook saved [here](./chromedriver-selenium-notebook.ipynb).
1314

15+
## Deepnote
16+
Much like Google Colab, you can use Deepnote.com to run this setup. Click [this link](https://deepnote.com/launch?name=Scrape-Websites-with-Python-FastAPI-Celery-NoSQL&url=https://github.com/codingforentrepreneurs/Scrape-Websites-with-Python-FastAPI-Celery-NoSQL/blob/main/setup/chromedriver-selenium-notebook.ipynb) to launch it. It uses the notebook saved [here](./chromedriver-selenium-notebook.ipynb).
17+
1418

1519
## macOS
1620
### 1. Install __chromedriver__ via [homebrew](https://brew.sh) [formulae](https://formulae.brew.sh/cask/chromedriver)

0 commit comments

Comments
 (0)