일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- git
- Python
- 도커
- 포인터
- C++
- c# 추상 클래스
- docker
- gitlab
- Flutter
- c# winform
- dart 언어
- Algorithm
- c# 윈폼
- 깃
- vim
- c언어
- C# delegate
- 다트 언어
- jupyter
- HTML
- 구조체
- github
- Houdini
- Unity
- Data Structure
- C언어 포인터
- jupyter lab
- c#
- 플러터
- 유니티
Archives
- Today
- Total
목록주피터 랩 (1)
nomad-programmer

대상의 명령어 집합들이 실행되어 주피터 노트북이 실행되는 것이다. 하지만 노트북이 아니라 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