일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 |
- error 해결
- run sql script
- 단축키
- MySQL
- 파이썬
- import data
- github token
- cmd
- jupyter
- error
- 깃 토큰
- github clone
- php
- OrCAD 다운로드
- database
- Python
- 데이터베이스
- console창
- 에러
- 오류
- csv
- 따옴표 삭제
- PHPStorm
- localhost
- 클론
- DataGrip
- visualstudio code
- Visual Studio Code
- clone
- vscode
- Today
- Total
목록jupyter (2)
개발 노트

In [1] : from bs4 import BeautifulSoup In [2] : reading_file = open('C:\\Users\HM4\Desktop\장하영\covid19healthbot.cdc.gov.html', 'r', encoding='UTF8') In [3] : reading_file = open('C:\\Users\HM4\Desktop\장하영\covid19healthbot.cdc.gov.html', 'r', encoding='UTF8') soup = BeautifulSoup(reading_file, 'html.parser') print(soup.prettify()) In [4] : list(soup.children) Out [4] : ['html', '\n', ' saved from..

pip install BeautifulSoup를 했을 때 오류 발생 ERROR: Command errored out with exit status 1: command: 'C:\Users\HM4\anaconda3\python.exe' -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\HM4\\AppData\\Local\\Temp\\pip-install-3wq06y21\\BeautifulSoup\\setup.py'"'"'; __file__='"'"'C:\\Users\\HM4\\AppData\\Local\\Temp\\pip-install-3wq06y21\\BeautifulSoup\\setup.py'"'"';f=getattr(tokenize..