Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. FIle  → Settings  → Project Interpreter  선택
  2. 우측 상단의 설정 버튼 클릭후 메뉴에서 Show All  선택
  3. 좌측에서 Conda Env  선택후 anaconda 에 있는 python 과 conda 선택
  4. Ok 클릭
  5. 간단한 python 스크립트를 만들고 실행해서 정상 연동 여부 확인

    Code Block
    languagepy
    titlekeras-test.py
    import tensorflow as tf
    import keras



Ref