[Ubuntu] pip3 Jupyter notebook(주피터 노트북) 설치 / 삭제Linux/Ubuntu2021. 4. 7. 12:05
Table of Contents
주피터 노트북 설치 및 완전 삭제를 위한 글
처음해보니 너무너무 어려웠다.
20.04
1. 파이썬 설치
2. 주피터 노트북 설치
pip3 install notebook
3. 주피터 시스템 전체 삭제
python3 -m pip uninstall -y jupyter jupyter_core jupyter-client jupyter-console jupyterlab_pygments notebook qtconsole nbconvert nbformat
4. 문제점
파이썬 버전을 계속 낮게 잡음
주피터 노트북을 업데이트 하거나 삭제 후 재설치해야함.
주피터 노트북 삭제가 되지 않을 때
주피터 노트북을 삭제해도 jupyter를 입력하면 usage가 나옴.
이게 20.04 버전이라 그런지는 모르겠지만
처음에 snap이라는곳에 쥬피터가 이미 깔려있었던거 같다.
그래서 계속 구버전 주피터를 읽어오는 문제점이 있다.
참고문헌
주피터 노트북 설치 : jupyter.org/install
주피터 노트북 삭제 : stackoverflow.com/questions/33052232/how-to-uninstall-jupyter
https://light-tree.tistory.com/111
https://stackoverflow.com/questions/35313876/after-installing-with-pip-jupyter-command-not-found
반응형
'Linux > Ubuntu' 카테고리의 다른 글
[Ubuntu] SSH 프로세스 백그라운드 실행 (0) | 2021.04.07 |
---|---|
[Ubuntu] python3 설치 / pip3 설치 (0) | 2021.04.07 |
[Ubuntu] 계정(유저) 생성 및 권한 (0) | 2021.04.02 |
[Ubuntu] Oracle JAVA설치 (0) | 2021.03.29 |
[Ubuntu 20] mysql 설치 (0) | 2021.03.29 |
@반나무 :: 반나무_뿌리
3년차 WPF 개발자입니다.
포스팅이 좋았다면 "좋아요❤️" 또는 "구독👍🏻" 해주세요!