Programming68 VScode에 jupyter notebook, ipython 사용하기 https://code.visualstudio.com/docs/python/jupyter-support Working with Jupyter Notebooks in Visual Studio Code Working with Jupyter Notebooks in Visual Studio Code code.visualstudio.com 파이썬 고르기 Python: Select Interpreter command from the Command Palette (Ctrl+Shift+P). Connect to a remote Jupyter server You can offload intensive computation in a Jupyter notebook to other computers by connecting .. 2019. 5. 16. [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 ··· 5 6 7 8 9 10 11 ··· 17 다음