본문 바로가기
python

[python] jupyter 설치 및 삭제, jupyter notebook 실행

by hong0 2021. 12. 2.
반응형

jupyter 설치

아래 명령어로 jupyter를 설치할 수 있다. (python3)

pip3 install jupyter

jupyter install

 

jupyter notebook 실행

아래 명령어로 jupyter notebook을 실행할 수 있다.

jupyter notebook

jupyter notebook 실행
jupyter notebook

 

삭제

아래 명령어로 jupyter를 삭제할 수 있다.

pip3 uninstall jupyter

jupyter uninstall

 

반응형

댓글