nteract icon

nteract 2.1.3,202604090105

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