nteract icon

nteract 2.4.8,202605142308

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