일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |
- PHPStorm
- 깃 토큰
- 파이썬
- php
- 단축키
- clone
- 데이터베이스
- csv
- database
- MySQL
- github clone
- error
- run sql script
- 에러
- OrCAD 다운로드
- vscode
- console창
- Visual Studio Code
- 클론
- import data
- Python
- error 해결
- cmd
- jupyter
- DataGrip
- localhost
- 오류
- visualstudio code
- 따옴표 삭제
- github token
- 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..