본문 바로가기
Programming/Jupyter

[Jupyter] ModuleNotFoundError: No module named 'tensorflow'

by goatlab 2022. 3. 31.
728x90
반응형
SMALL

 

Anaconda Prompt를 실행하고 아래 코드를 차례로 입력한다.

 

conda install tensorflow
pip3 install tensorflow
conda create -n tf tensorflow 
conda activate tf

 

Anaconda3 폴더에서 Jupyter Notebook (tensorflow)라는 프로그램이 설치되고 tensorflow 에러 문제가 해결된다.

728x90
반응형
LIST

'Programming > Jupyter' 카테고리의 다른 글

[Jupyter] Nbextensions  (0) 2022.09.19
[Jupyter] virtualenv Jupyter notebook 커널 추가 및 삭제  (0) 2022.06.03
주피터 (Jupyter)  (0) 2022.03.31