[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
주피터 노트북 원격접속
[jupyternotebook] on centos 원격접속
jupyter notebook --generate-config jupyter_notebook_config.py 생성된다 생성된 디렉토리로 이동 vi jupyter_notebook_config.py i 누르고 # 주석 제거 후 c.NotebookApp.ip = 'localhost' 를 c.NotebookApp.ip..
uwgdqo.tistory.com
파이썬2 만 있을때, 파이썬3 추가하고싶을때
[jupyter notebook] python3 커널 추가
주피터 노트북에 파이썬3 커널 추가하기 python3 -m pip install ipykernel python3 -m ipykernel install --user
uwgdqo.tistory.com
markdown
[jupyter notebook markdown]주피터 노트북 마크다운
1. 제목 코드 실행결과 (ctrl-Enter) 2.줄바꿈 그냥 엔터만 눌렀을 경우. 스페이스 두번후 엔터 눌렀을 경우. 또는 이용. 3. 텍스트 색(text color) 텍스트(text) 텍스트(text) 텍스트(text) 텍스트(text) 텍..
uwgdqo.tistory.com
반응형
'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 |