ABOUT ME

-

Today
-
Yesterday
-
Total
-
  • conda
    카테고리 없음 2024. 6. 10. 16:12
    (base) C:\Users\ace>conda create -n ds_study python=3.8
    (base) C:\Users\ace>conda activate ds_study
    
    (ds_study) C:\Users\ace>

     

    conda환경 목록확인

    conda env list

     

    conda install jupyter

     

    패키지 설치

    - 설치시 여부를  -y옵션을 주면 여뷰를 묻지 않음.

    conda install -y ipython
    conda install matplotlib
    conda install seaborn
    conda install pandas
    conda install scikit-learn
    conda install xlrd

     

    주피터 노트북 실행

    jupyter notebook
Designed by Tistory.