Linux Migration Windows command tools:
Python environment issues:
Jupyter footnote issues: jupyter/notebook#1287 (comment), also note that such methods require downloading files locally to function properly.
Install brew
/bin/bash -c "$(curl -fsSL https://gitee.com/ineo6/homebrew-install/raw/master/install.sh)"
Install ruby
brew install ruby
echo 'export PATH="/opt/homebrew/opt/ruby/bin:$PATH"' >> ~/.zshrc
Chrome driver compatibility issues:
Python manages automatic upgrades with a manager
from selenium import webdriver
from webdriver_manager.chrome import ChromeDriverManager
driver = webdriver.Chrome(ChromeDriverManager().install())
Install chromedriver with brew
which chromedriver
brew install chromedriver
brew upgrade chromedriver
chromedriver --version