vs code에서 Jupyter notebooks 환경 구축

2019. 8. 30. 10:54PL/Python

기본적으로 vs code에 jupyter 서버가 설치되어 있다

[참고] https://code.visualstudio.com/docs/python/jupyter-support

 

#%%로 코드 cell을 구분한다

Ctrl + Enter : 실행

Shift + Enter : cell 생성

 

'PL > Python' 카테고리의 다른 글

MySQL insert 쿼리문 작성할 때 주의할 점  (0) 2019.08.30
atom Hydrogen 설치  (0) 2019.08.30
파이썬에서의 스택과 큐  (0) 2019.08.29
UnicodeDecodeError: 'cp949' 에러 해결  (0) 2019.08.29
__init__.py  (0) 2019.08.28