-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
aws-jupyter: Add version 0.4.0 #7267
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
- Add Scoop manifest with autoupdate configuration - Support both x86_64 and ARM64 Windows architectures - Include comprehensive README for maintainers - Submit PR to ScoopInstaller/Main bucket - Update installation documentation PR: ScoopInstaller/Main#7267
All changes look good. Wait for review from human collaborators. aws-jupyter
|
Update: Repository Migration to aws-ideThe Changes in v0.5.0This manifest has been updated for the monorepo release:
Updated Manifest{
"version": "0.5.0",
"description": "CLI tool for launching Jupyter Lab instances on AWS EC2 Graviton processors with automatic idle detection and cost optimization",
"homepage": "https://github.com/scttfrdmn/aws-ide",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/scttfrdmn/aws-ide/releases/download/v0.5.0/aws-jupyter_Windows_x86_64.zip",
"hash": "1bd98aa5871f4e67372da94574a341cc01130c59d4fca3caa51d6ce189e9f498"
},
"arm64": {
"url": "https://github.com/scttfrdmn/aws-ide/releases/download/v0.5.0/aws-jupyter_Windows_arm64.zip",
"hash": "0577c153ed7d771c2078179027c35284b30d7fe25525b61caceb11613d048765"
}
},
"bin": "aws-jupyter.exe",
"checkver": {
"github": "https://github.com/scttfrdmn/aws-ide"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/scttfrdmn/aws-ide/releases/download/v$version/aws-jupyter_Windows_x86_64.zip"
},
"arm64": {
"url": "https://github.com/scttfrdmn/aws-ide/releases/download/v$version/aws-jupyter_Windows_arm64.zip"
}
},
"hash": {
"url": "$baseurl/checksums.txt"
}
}
} Impact on UsersNo functional changes - The Benefits of MonorepoThe AWS IDE monorepo structure provides:
The autoupdate configuration will continue to work seamlessly for future releases from the aws-ide repository. |
- Add Scoop manifest with autoupdate configuration - Support both x86_64 and ARM64 Windows architectures - Include comprehensive README for maintainers - Submit PR to ScoopInstaller/Main bucket - Update installation documentation PR: ScoopInstaller/Main#7267
- Add Scoop manifest with autoupdate configuration - Support both x86_64 and ARM64 Windows architectures - Include comprehensive README for maintainers - Submit PR to ScoopInstaller/Main bucket - Update installation documentation PR: ScoopInstaller/Main#7267
Package Information
Description
CLI tool for launching Jupyter Lab instances on AWS EC2 Graviton processors with automatic idle detection and cost optimization features.
Key Features
Package Details
Testing
The manifest has been tested locally and successfully installs/uninstalls cleanly.
Related Links