10 buildPythonPackage rec {
13 format = "setuptools";
14 disabled = pythonOlder "3.6";
17 inherit pname version;
18 sha256 = "sha256-nuAp4OMAfA3u3DJyORjFw7y7ZLsLCKEfxSFIXqNh+k0=";
21 propagatedBuildInputs = [ fastcore traitlets ipython ];
25 pythonImportsCheck = [ "execnb" ];
28 homepage = "https://github.com/fastai/execnb";
29 description = "Execute a jupyter notebook, fast, without needing jupyter";
30 mainProgram = "exec_nb";
31 license = licenses.asl20;
32 maintainers = with maintainers; [ rxiao ];