[ jupyter lab 3 ] 주피터 랩 3 에서 유용한 extensions
2021. 7. 9. 00:05ㆍpython/jupyter
728x90
반응형
1. 우선 node.js를 깔은 후
콘다환경이라면
conda install -c conda-forge nodejs
2. ipywidgets 설치
conda install -c conda-forge ipywidgets
아래글 참조
콘다 환경이라면 conda install 이용
아니면 pip install 하세요
주피터 랩 3 익스텐션 탭에서 바로 설치시 실행이 안될 수도 있습니다.
1. 헤딩 접기 (Collapsible Headings)
pip 설치
pip install aquirdturtle_collapsible_headings
2. 리소스 모니터 (Resource Monitor)
jtpio/jupyterlab-system-monitor: JupyterLab extension to display system metrics (github.com)
pip install jupyterlab-system-monitor
conda install -c conda-forge jupyterlab-system-monitor
3. 변수 인스펙터(variable inspector)
lckr/jupyterlab-variableInspector: Variable Inspector extension for Jupyterlab (github.com)
pip install lckr-jupyterlab-variableinspector
conda install -c conda-forge jupyterlab-variableinspector
반응형
'python > jupyter' 카테고리의 다른 글
[jupyter lab 3] 주피터 랩 3 tqdm, update jupyter and ipywidgets. (0) | 2021.07.01 |
---|---|
주피터 노트북 LaTex 수식 공백 띄어쓰기 (0) | 2020.06.22 |
[jupyter notebook]주피터노트북 설치 centos7 (0) | 2020.05.28 |
[jupyter notebook markdown]주피터 노트북 마크다운 (0) | 2020.05.28 |