일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- 깃
- 도커
- vim
- Algorithm
- c# winform
- 플러터
- 다트 언어
- c# 추상 클래스
- 유니티
- Data Structure
- Flutter
- dart 언어
- Python
- jupyter
- docker
- C언어 포인터
- c#
- 구조체
- gitlab
- C# delegate
- HTML
- jupyter lab
- C++
- c언어
- git
- Houdini
- github
- 포인터
- Unity
- c# 윈폼
Archives
- Today
- Total
목록jupyter notebook (2)
nomad-programmer
[Jupyter LAB] setup
// jupyterLAB 설치 conda install -c conda-forge jupyterlab // jupyter config file 생성 jupyter lab --generate-config
Conda/Jupyter LAB
2019. 12. 2. 20:10
[Conda/Jupyter LAB] 설치한 Extensions
// font jupyter labextension install @deathbeds/jupyterlab-fonts --no-build jupyter labextension install @deathbeds/jupyterlab-font-anonymous-pro --no-build jupyter labextension install @deathbeds/jupyterlab-font-dejavu-sans-mono --no-build jupyter labextension install @deathbeds/jupyterlab-font-fira-code --no-build // cell tags jupyter labextension install @jupyterlab/celltags --no-build // git..
Conda/Jupyter LAB
2019. 11. 28. 18:51