16 buildPythonPackage rec {
19 format = "setuptools";
21 disabled = pythonOlder "3.7";
24 inherit pname version;
25 hash = "sha256-V3SOov0mMgoLd626IBMc+7E4GMfJbYP6/LEQ/1X1izU=";
28 propagatedBuildInputs = [
43 # : cannot connect to X server
46 pythonImportsCheck = [
51 description = "Jupyter Qt console";
52 homepage = "https://qtconsole.readthedocs.io/";
53 license = licenses.bsd3;
54 maintainers = with maintainers; [ fridh ];
55 platforms = platforms.unix;