Skip to content

Latest commit

 

History

History
56 lines (35 loc) · 1.02 KB

README.md

File metadata and controls

56 lines (35 loc) · 1.02 KB

Python 1일차

1. 환경

폰노이만 아키텍처

활용분야

CRM

SCM

ERP

Big Data


KOCW / edwith

2. conda 연습

  1. PythonLecture 가상환경 제거!!!
  2. PythonLecture 가상환경 생성
  • Python=3.9
  1. Jupyter-lab 설치

  2. Jupyter-lab 실행 : 디렉토리 필요(루트)

  • HOME/Works

참고 conda 명령

(base)> conda remove –n 이름 --all
(base)> conda env list
(base)> conda create –n PythonLecture python=3.9
(base)>
(base)> conda install jupyterlab
(base)> dir Works
(base)> jupyter-lab --no-browser Works