Data Science
[Jupyter Lab] 주피터랩 Extension 설치 및 사용하기
보노보노
2023. 7. 3. 00:27
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