python3Packages.jupyterlab: 2.2.9 -> 3.0.11
This commit is contained in:
parent
5de6e55c9e
commit
26e414ebd0
@ -4,19 +4,21 @@
|
|||||||
, jupyterlab_server
|
, jupyterlab_server
|
||||||
, notebook
|
, notebook
|
||||||
, pythonOlder
|
, pythonOlder
|
||||||
|
, jupyter-packaging
|
||||||
|
, nbclassic
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "jupyterlab";
|
pname = "jupyterlab";
|
||||||
version = "2.2.9";
|
version = "3.0.11";
|
||||||
disabled = pythonOlder "3.5";
|
disabled = pythonOlder "3.5";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "3be8f8edea173753dd838c1b6d3bbcb6f5c801121f824a477025c1b6a1d33dc6";
|
sha256 = "sha256-zkz08xFjzlGu0BPAGoV8BdQ6k8Ru1pAWbkhkT255R94=";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ jupyterlab_server notebook ];
|
propagatedBuildInputs = [ jupyterlab_server notebook jupyter-packaging nbclassic ];
|
||||||
|
|
||||||
makeWrapperArgs = [
|
makeWrapperArgs = [
|
||||||
"--set" "JUPYTERLAB_DIR" "$out/share/jupyter/lab"
|
"--set" "JUPYTERLAB_DIR" "$out/share/jupyter/lab"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user