9 buildPythonPackage rec {
10 pname = "jupyter-lsp";
15 inherit pname version;
16 hash = "sha256-eTFHoFrURvgJ/VPvHNGan1JW/Qota3zpQ6mCy09UUAE=";
19 nativeBuildInputs = [ setuptools ];
21 propagatedBuildInputs = [ jupyter-server ];
22 # tests require network
24 pythonImportsCheck = [ "jupyter_lsp" ];
27 description = "Multi-Language Server WebSocket proxy for your Jupyter notebook or lab server";
28 homepage = "https://jupyterlab-lsp.readthedocs.io/en/latest/";
29 license = licenses.bsd3;
30 platforms = platforms.all;