nteract icon

nteract 2.0.6,202603301900

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