nteract icon

nteract 2.7.1,202608192148

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