14 buildPythonPackage rec {
19 inherit pname version;
20 sha256 = "eeb74b2bcfe0ced5a7900361f98fa1171288aa47ed4b522efe5acb167c6cf5fb";
23 checkInputs = [ nose ] ++ lib.optional isPy27 mock;
24 propagatedBuildInputs = [
32 # Tests require backends.
33 # I don't want to add all supported backends as propagatedBuildInputs
37 description = "IPython Kernel for Jupyter";
38 homepage = "http://ipython.org/";
39 license = lib.licenses.bsd3;