일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- c# 추상 클래스
- C언어 포인터
- c#
- C# delegate
- c# 윈폼
- C++
- Data Structure
- jupyter
- Unity
- c# winform
- c언어
- jupyter lab
- 구조체
- Flutter
- git
- 도커
- HTML
- 다트 언어
- 포인터
- github
- 유니티
- Houdini
- vim
- Python
- docker
- 플러터
- Algorithm
- dart 언어
- gitlab
- 깃
Archives
- Today
- Total
목록작업 스케줄러 (1)
nomad-programmer
![](http://i1.daumcdn.net/thumb/C150x150/?fname=https://blog.kakaocdn.net/dn/0w1NY/btqz13cdjI0/AbWToNZdx9j9kLsGnqI7Y0/img.png)
대상의 명령어 집합들이 실행되어 주피터 노트북이 실행되는 것이다. 하지만 노트북이 아니라 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%/" /..
Conda/Jupyter LAB
2019. 11. 28. 02:09