본문 바로가기
● 인공지능, 분석/20.12 생활 프로그래밍

beautifulsoup 설치하기.

by 0ver-grow 2021. 1. 15.
반응형

pypi.org/project/ipython-beautifulsoup/

 

ipython-beautifulsoup

Custom rendering of beautifulsoup objects in IPython notebook and qtconsole

pypi.org

Install

Simply run:

pip install "ipython-beautifulsoup[bs4]"

Installing IPython Notebook

See the IPython installation docs for details.

To install IPython notebook or qtconsole as well, append notebook and/or qtconsole to the extras specifier after “bs4” separated by a “,”, like this:

pip install "ipython-beautifulsoup[bs4,notebook,qtconsole]"

 

반응형