{
    "version": "0.28.0",
    "description": "Nteract and create with data, words, and visuals.",
    "homepage": "https://nteract.io",
    "license": "BSD-3-Clause",
    "notes": [
        "Nteract requires Python 3 to work properly. Please make sure Python3 (python.exe) is in PATH.",
        "Instructions for downloading more kernels can be found at: https://nteract.io/kernels"
    ],
    "architecture": {
        "64bit": {
            "url": "https://github.com/nteract/nteract/releases/download/v0.28.0/nteract-setup-0.28.0.exe#/dl.7z",
            "hash": "sha512:de11016857e658bea32dcd23d34169005b05d673db18caf2a266a3295c43949a071abf0a3c2a6142d5eb4d2d590918b0e44976e05bbf9a3a0b54ca15b47d99a0",
            "installer": {
                "script": [
                    "Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-64.7z\" \"$dir\"",
                    "Remove-Item \"$dir\\`$PLUGINSDIR\", \"$dir\\Uninstall*\" -Force -Recurse",
                    "info 'Installing Python3 kernel...'",
                    "python -m pip install ipykernel",
                    "python -m ipykernel install --user"
                ]
            }
        }
    },
    "bin": "nteract.exe",
    "shortcuts": [
        [
            "nteract.exe",
            "nteract"
        ]
    ],
    "checkver": {
        "github": "https://github.com/nteract/nteract"
    },
    "autoupdate": {
        "url": "https://github.com/nteract/nteract/releases/download/v$version/nteract-setup-$version.exe#/dl.7z",
        "hash": {
            "url": "$baseurl/latest.yml",
            "regex": "sha512: $base64"
        }
    }
}
