1. jupyterlab-variableInspector
- 설치 방법 : pip install lckr-jupyterlab-variableinspector
- 설명 : 현재 사용되는 변수와 값을 보여주는 Extension으로 데이터 프레임까지 확인 가능.
- 참고 : https://github.com/lckr/jupyterlab-variableInspector
GitHub - lckr/jupyterlab-variableInspector: Variable Inspector extension for Jupyterlab
Variable Inspector extension for Jupyterlab. Contribute to lckr/jupyterlab-variableInspector development by creating an account on GitHub.
github.com
2. jupyterlab-lsp
- 설치 방법 :
- 1) pip install jupyterlab-lsp
- 2) pip install 'python-lsp-server[all]'
- 설명 : Language Server를 통해서 python 언어의 Autocomplete, Continuous Hinting, Jump to difinition 등 코드를 쉽고 빠르게 작성할 수 있도록 도와주는 유용한 플러그인이다.
- 참고 : https://github.com/jupyter-lsp/jupyterlab-lsp
GitHub - jupyter-lsp/jupyterlab-lsp: Coding assistance for JupyterLab (code navigation + hover suggestions + linters + autocompl
Coding assistance for JupyterLab (code navigation + hover suggestions + linters + autocompletion + rename) using Language Server Protocol - GitHub - jupyter-lsp/jupyterlab-lsp: Coding assistance fo...
github.com
'Data Science' 카테고리의 다른 글
데이터 EDA 기본 Template (0) | 2024.06.26 |
---|---|
[Data Science 기초][4] 기초 통계 함수 및 NaN(Not a Number) 처리 (0) | 2022.11.30 |
[Data Science 기초][3] lambda, map, apply, applymap 함수 (0) | 2022.11.30 |
[Data Science 기초][2] DataFrame (2) | 2022.11.28 |
[Data Science 기초][1] Series (0) | 2022.11.28 |