우공이산(愚公移山)

자신과 세상을 바꾸는 것은 머리좋고 가진것이 많은 사람이 아니라 결코 포기하지 않는 의지로 꾸준히 노력해 가는 사람이다. 오늘이 쌓여 내일을 만들고, 내일이 쌓여 인생을 만든다.

Data Science

[Jupyter Lab] 주피터랩 Extension 설치 및 사용하기

보노보노 2023. 7. 3. 00:27

1. 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