nteract icon

nteract 2.6.0,202606251403

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