8 buildPythonPackage rec {
9 pname = "jupyterlab-lsp";
13 inherit pname version;
14 hash = "sha256-D4jiaAPQ8+TIyL7wip+GHycGp3ym1NkvZQJsCelYFks=";
17 propagatedBuildInputs = [
23 pythonImportsCheck = [ "jupyterlab_lsp" ];
26 description = "Language Server Protocol integration for Jupyter(Lab)";
27 homepage = "https://github.com/jupyter-lsp/jupyterlab-lsp";
28 license = licenses.bsd3;
29 platforms = platforms.all;
30 maintainers = with maintainers; [ ];