JupyterLab에서 코드 완성(jupyterlab-lsp)
2983 단어 JupyterLabJupyter
JupyterLab이란?
JupyterLab의 과제
jupyterlab-lsp란?
jupyterlab-lsp를 설치하는 방법
개요
검증 환경
설치 방법
conda 환경 준비
conda create -n jupyter_test python=3
conda activate jupyter_test
jupyterlab, jupyter-lsp 설치
conda install -c conda-forge jupyterlab=2.1 ujson=1.35 jedi=0.15.2 parso=0.5.2
pip install jupyter-lsp
conda install -c conda-forge nodejs
jupyter labextension install @krassowski/jupyterlab-lsp
conda install -c conda-forge python-language-server r-languageserver
jupyterlab 시작
jupyter lab
Reference
이 문제에 관하여(JupyterLab에서 코드 완성(jupyterlab-lsp)), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://qiita.com/fugaga/items/10553501a9fc69d92206텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)