nteract icon

nteract 2.0.8,202604010637

Interactive computing suite

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    nteract # nteract
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    nteract # nteract
  ];
}

Package Definition

{
  "pname": "nteract",
  "version": "2.0.8,202604010637",
  "src": {
    "url": "https://github.com/nteract/desktop/releases/download/v2.0.8-stable.202604010637/nteract-stable-darwin-arm64.dmg",
    "sha256": "918e3f9011c39fe89cd18c916dc79606beebc6e87edce001207e3cae0cab975f"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/nteract.app\" && cp -r \"nteract.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Interactive computing suite",
    "homepage": "https://github.com/nteract/desktop"
  }
}