[jupyter notebook]주피터노트북 설치 centos7
2020. 5. 28. 23:24ㆍpython/jupyter
728x90
반응형
centos7에 주피터노트북 설치
파이썬 3.3버전 이상 또는 2.7
아나콘다 (conda)
conda install -c conda-forge jupyterlab
pip
pip install jupyterlab
실행
jupyter notebook
주피터 노트북 원격접속
파이썬2 만 있을때, 파이썬3 추가하고싶을때
markdown
반응형
'python > jupyter' 카테고리의 다른 글
[ jupyter lab 3 ] 주피터 랩 3 에서 유용한 extensions (0) | 2021.07.09 |
---|---|
[jupyter lab 3] 주피터 랩 3 tqdm, update jupyter and ipywidgets. (0) | 2021.07.01 |
주피터 노트북 LaTex 수식 공백 띄어쓰기 (0) | 2020.06.22 |
[jupyter notebook markdown]주피터 노트북 마크다운 (0) | 2020.05.28 |