일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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언어
- Algorithm
- 플러터
- c# 추상 클래스
- gitlab
- jupyter lab
- github
- Python
- c# winform
- C++
- C# delegate
- git
- c#
- C언어 포인터
- vim
- Flutter
- Houdini
- dart 언어
- jupyter
- 포인터
- c# 윈폼
- 다트 언어
- docker
- Data Structure
- 깃
- 도커
- Unity
- HTML
Archives
- Today
- Total
목록oxs jupyter lab (1)
nomad-programmer
![](http://i1.daumcdn.net/thumb/C150x150/?fname=https://blog.kakaocdn.net/dn/wTVZw/btqAsRBloeE/3tErPzlVbZv3ukuAWSxrFk/img.png)
OSX에서 주피터 랩을 자동 시작하려면 애플 스크립트를 만들어 서비스를 띄우는 방식으로 해야 한다. // 런치 에이젼트로 이동 cd ~/Library/LaunchAgents // 파일 생성 touch com.jupyter.server.plist 생성한 파일의 내용은 아래의 코드로 채운다. 그 후, 시스템에 로드 시키면 재부팅 할 때마다 자동으로 주피터랩 서버가 실행된다. // 로드 launchctl load ~/Library/LaunchAgents/com.jupyter.server.plist Jupyter 암호 설정 생성한 암호를 ~/.jupyter/jupyter_notebook_config.py 의 c.NotebookApp.password 에 넣는다. // 만약 ~/.jupyter/jupyter_not..
Conda/Jupyter LAB
2019. 12. 14. 00:09