9 buildPythonPackage rec {
10 pname = "jupyterlab-execute-time";
15 pname = "jupyterlab_execute_time";
17 hash = "sha256-mxO2XCwTm/q7P2/xcGxNM+1aViA6idApdggzThW8nAs=";
20 # jupyterlab is required to build from source but we use the pre-build package
22 substituteInPlace pyproject.toml \
23 --replace-fail '"jupyterlab~=4.0.0"' ""
34 pythonImportsCheck = [ "jupyterlab_execute_time" ];
37 description = "JupyterLab extension for displaying cell timings";
38 homepage = "https://github.com/deshaw/jupyterlab-execute-time";
39 license = lib.licenses.bsd3;
40 maintainers = [ lib.maintainers.vglfr ];