12 buildPythonPackage rec {
17 inherit pname version;
18 sha256 = "d9dc4b3318f310e34c82951ea5d6683f67bed7def4b259fafbfe4f1beb1d8e5f";
21 propagatedBuildInputs = [ notebook qtconsole jupyter-console nbconvert ipykernel ipywidgets ];
23 # Meta-package, no tests
27 description = "Installs all the Jupyter components in one go";
28 homepage = "https://jupyter.org/";
29 license = licenses.bsd3;
30 platforms = platforms.all;
31 priority = 100; # This is a metapackage which is unimportant