nteract icon

nteract 2.6.1,202606272325

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