일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- Flutter
- vim
- c# winform
- Unity
- c# 추상 클래스
- Houdini
- 깃
- dart 언어
- 포인터
- C언어 포인터
- gitlab
- Python
- 유니티
- 다트 언어
- jupyter
- C# delegate
- 플러터
- Data Structure
- c언어
- 도커
- Algorithm
- HTML
- 구조체
- jupyter lab
- git
- c#
- C++
- c# 윈폼
- github
- docker
Archives
- Today
- Total
nomad-programmer
[Conda/Jupyter LAB] 로그인 시 자동 시작 (Windows10) 본문
대상의 명령어 집합들이 실행되어 주피터 노트북이 실행되는 것이다. 하지만 노트북이 아니라 jupyter LAB을 실행할 것이니 때문에 명령어를 바꿔준다.
// 변경 전 명령어
C:\Anaconda3\python.exe C:\Anaconda3\cwp.py C:\Anaconda3 C:\Anaconda3\python.exe C:\Anaconda3\Scripts\jupyter-notebook-script.py "%USERPROFILE%/"
// 변경 후 명령어
C:\Anaconda3\python.exe C:\Anaconda3\cwp.py C:\Anaconda3 C:\Anaconda3\python.exe C:\Anaconda3\Scripts\jupyter-lab-script.py "%USERPROFILE%/"
// 프로그램/스크립트
C:\Anaconda3\python.exe
// 인수 추가(옵션)(A)
C:\Anaconda3\cwp.py C:\Anaconda3 C:\Anaconda3\python.exe C:\Anaconda3\Scripts\jupyter-lab-script.py "%USERPROFILE%/"
이렇게 등록해놓으면 jupyter LAB 서버가 컴퓨터 부팅/재부팅 할 때마다 실행된다.
'Conda > Jupyter LAB' 카테고리의 다른 글
[Jupyter LAB] 로그인 시 자동 시작 (OSX) (0) | 2019.12.14 |
---|---|
[Jupyter LAB] 로그인 시 자동 시작 (CentOS8) (0) | 2019.12.02 |
[Jupyter LAB] setup (0) | 2019.12.02 |
[Conda/Jupyter LAB] 설치한 Extensions (1) | 2019.11.28 |
[Conda/Jupyter LAB] 가상환경 만든 후 커널 생성 및 삭제 (0) | 2019.11.28 |
Comments