Duqe's Warehouse
개발환경 설정 본문
Front-end
JavaScript
JavaScript
Back-end
Python
- Virtual Enviroment in Windows
- To make: python -m venv <Virtual Enviroment Name>
- To activate: \<Virtual Enviroment Name>\Scripts\activate
- To deactivate: deactivate
- Jupyter Installation
- pip install jupyter
- Library Installation
- pip install pandas
- pip install numpy lxml
- pip install matplotlib
- Config file edit for browser change
- jupyter notebook --generate-config
- Find "ServerAppbrowser" then paste "browser path %s"
VSCode
- Settings
- zoom
- word wrap
- Extentions
- Python
- Black Formatter
- Finding "Default Formatter" in Settings and Activating
- Finding "Editor: Format On Save" in Settings and Checking
- ESLint
- Auto Rename Tag
- HTML to CSS autocompletion
- HTML CSS support
- CSS Peek
- Indent-Rainbow
- Simple React Snippets
'정보기술' 카테고리의 다른 글
여러 기종의 노트북 단축키 일람 (0) | 2024.08.25 |
---|---|
구글 사이트 도구 및 블로거 사용을 위한 초기 설정 (1) | 2024.08.25 |
워드프레스 구텐베르크 편집기 단축키 (5) | 2024.08.12 |
AWS Lightsail에서 워드프레스 운영 (0) | 2024.08.12 |
ZeroSSL 서비스를 이용한 SSL 무료 보안 인증 (0) | 2024.08.12 |