1 { lib, python3Packages, fetchPypi }:
5 buildPythonPackage rec {
6 pname = "octave-kernel";
10 pname = "octave_kernel";
12 sha256 = "sha256-5ki2lekfK7frPsmPBIzYQOfANCUY9x+F2ZRAQSdPTxo=";
15 propagatedBuildInputs = [ metakernel ipykernel ];
17 # Tests fail because the kernel appears to be halting or failing to launch
18 # There appears to be a similar problem with metakernel's tests
22 description = "Jupyter kernel for Octave";
23 homepage = "https://github.com/Calysto/octave_kernel";
24 license = lib.licenses.bsd3;
25 maintainers = with lib.maintainers; [ thomasjm ];
26 platforms = lib.platforms.all;