nteract icon

nteract 2.7.0,202608172336

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.7.0,202608172336",
  "src": {
    "url": "https://github.com/nteract/desktop/releases/download/v2.7.0-stable.202608172336/nteract-stable-darwin-arm64.dmg",
    "sha256": "09a03421efbc83d60b271befae26f78ea65af7ea5c4d02059c9428dcc7a7f4f1"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/nteract.app\" && cp -r \"nteract.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Interactive computing suite",
    "homepage": "https://github.com/nteract/desktop"
  }
}