반응형
250x250
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |
Tags
- VPN
- kubeflow
- Spring
- codepipeline
- PostgreSQL
- IntelliJ
- SQL
- Kafka
- Jenkins
- Python
- bootstrap
- codebuild
- chartjs
- COALESCE
- aws
- AWS CI/CD 구축하기
- codedeploy
- Spring Error
- Airflow
- chart.js
- docker
- 도커
- redis
- codedeploy error
- or some instances in your deployment group are experiencing problems.
- Flux
- aws cicd
- node
- java bigdecimal
- JavaScript
Archives
- Today
- Total
Small Asteroid Blog
jupyterlab / jupyter-notebook 비밀번호 설정 본문
728x90
주피터 노트북과 주피터 랩 둘다 만들어서 사용해야한다.
jupyter notebook --generate-config
jupyter notebook password
jupyter lab --generate-config
jupyter lab password
/root/.jupyter/jupyter_notebook_config.py
jupyter-lab과 jupyter-notebook 동일하다
c.NotebookApp.ip => jupyter-lab 서버 접속IP
c.NotebookApp.port => jupyter-lab 서버 접속포트
c.NotebookApp.open_browser => Notebook 실행 시 Browser 자동실행
c.NotebookApp.notebook_dir => 노트북 파일 생성할 폴더
c.InlineBackend.figure_format => matplotlib 인라인 매직을 사용하는 경우 기본값 인 그림 형식
728x90
반응형
'백엔드 > Python' 카테고리의 다른 글
[pyspark] union can only be performed on tables with the same number of columns (0) | 2021.09.16 |
---|---|
[pyspark] Cannot Call methods on a stopped SparkContext (0) | 2021.09.16 |
아스키코드 변환하기 ord() / chr() (0) | 2021.06.17 |
텐서플로우 버전 확인 (0) | 2021.05.03 |
python 설치된 package 버전 확인 - pip freeze , pip list (0) | 2021.05.03 |