2020-10-24
intall pyenv install python 3.9.0 pip3 install --upgrade pip3 pip3 install requests pip3 install beatifulsoap4 -- failed.
2020-10-26
pyenv install 3.8.0 pip3 install bs4 ( use beatifulsoap4 --failed to install , use beautifulsoap -- failed, too )
2020-10-28
pip3 install jupyter notebook pyenv uninstall 3.8.0
2020-10-29
搞定 jupyter notebook 遠端連入
可以順利使用 beatifulsoap
from bs4 import BeautifulSoup
(注意大小寫)