-
#### 파일에서 읽어와 데이터 하나하나 그래프로 그리기 while(i
파일을 불러와 원하는 줄만 뽑기. f = open('output.txt','r')data = f.readlines()print(data[3]) //0부터 시작하므로 4번째꺼를 가지고 온다.
pip install jupyter 오류 발생시..(내 컴퓨터 파이썬 버전3.xx) 오류 내용 : 2.xx python 오류 blah blah ~~~ 1. python3 -m pip install --upgrade pip2. python3 -m pip install jupyter 이렇게 하여 해결이 됬습니다.