전체 글195 jupyter notebook, font 바꾸기 사용자홈폴더\.jupyter\ 밑에 custom폴더만들고 custom.css 만들어 넣고. jupyter 새로 시작하면 반영됨 . custom.css 내용 .CodeMirror pre {font-family: Consolas; font-size: 12pt; line-height: 130%;} 2019. 4. 14. [python] python, 32bit, 64bit 확인 >>> import platform >>> print(platform.architecture()) 2019. 4. 1. [sql] select 상위 10개만 출력하기 select * from [tables] order by [column] desc limit 10 dsec : descending 2019. 4. 1. [sql] group by 와 연산 https://www.w3schools.com/sql/trysql.asp?filename=trysql_select_all SQL Tryit Editor v1.6 WebSQL stores a Database locally, on the user's computer. Each user gets their own Database object. WebSQL is supported in Chrome, Safari, and Opera. If you use another browser you will still be able to use our Try SQL Editor, but a different version, usin www.w3schools.com 이곳에서 제공받은 테이블로 연습. select Custome.. 2019. 3. 28. 이전 1 ··· 16 17 18 19 20 21 22 ··· 49 다음