12 buildPythonPackage rec {
17 disabled = pythonOlder "3.6";
20 inherit pname version;
21 hash = "sha256-ZPSuqIkSVnmAA1HYNMUOTw+5Al9hKxo0ZQPvnVshgxI=";
24 build-system = [ setuptools ];
35 pythonImportsCheck = [ "execnb" ];
38 description = "Execute a jupyter notebook, fast, without needing jupyter";
39 homepage = "https://github.com/fastai/execnb";
40 changelog = "https://github.com/fastai/execnb/releases/tag/${version}";
41 license = licenses.asl20;
42 maintainers = with maintainers; [ rxiao ];
43 mainProgram = "exec_nb";