반응형
jupyter 설치
아래 명령어로 jupyter를 설치할 수 있다. (python3)
pip3 install jupyter
jupyter notebook 실행
아래 명령어로 jupyter notebook을 실행할 수 있다.
jupyter notebook
삭제
아래 명령어로 jupyter를 삭제할 수 있다.
pip3 uninstall jupyter
반응형
'python' 카테고리의 다른 글
[python] 파이썬 package 설치 (numpy, jupyter, requests) (0) | 2021.11.29 |
---|---|
[python] 파이썬 산술 연산자 (0) | 2021.11.29 |
[python] 파이썬 time / timeit 사용법 (0) | 2021.05.27 |
[python] 파이썬 사용자 입력받기 (input 함수 사용법) (0) | 2021.02.13 |
[python] 파이썬 문자열 치환 (replace & sub & subn) (0) | 2021.02.01 |
댓글