일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- Unity
- c# winform
- 플러터
- Data Structure
- dart 언어
- C++
- 구조체
- 포인터
- jupyter
- gitlab
- 유니티
- docker
- vim
- c#
- c# 추상 클래스
- C언어 포인터
- Houdini
- 도커
- github
- git
- HTML
- c# 윈폼
- jupyter lab
- 깃
- 다트 언어
- Python
- c언어
- Algorithm
- Flutter
- C# delegate
Archives
- Today
- Total
목록주피터 서버 시작 (1)
nomad-programmer
[Jupyter LAB] 로그인 시 자동 시작 (CentOS8)
// 관리자 모드로 작업 // 디렉토리 이동 후 파일 생성 cd /etc/systemd/system vim jupyter.service 아래의 내용을 jupyter.service 파일에 작성한다. 부분은 사용자 이름이다. 작성하고 저장한다. 그 후 서비스를 등록한다. // 데몬 시스템 리로드 systemctl daemon-reload // jupyter 서비스 등록 systemctl enable jupyter.service // jupyter 서비스 시작 systemctl start jupyter.service // jupyter 서비스 상태 systemctl status jupyter.service // 참고로 서비스 정지는... systemctl stop jupyter.service 이렇게 등록까지 ..
Conda/Jupyter LAB
2019. 12. 2. 23:47