Python Remote Workspace ML ToolsAutomatic compatibility validation for Python ML environments in remote workspaces. Detects and resolves version mismatches between TensorFlow, CUDA, cuDNN, and GPU drivers across SSH, container, and WSL sessions to prevent silent runtime failures and ensure stable remote development. Features
PerformanceThe compatibility analysis engine and license verification are implemented as optimized WebAssembly modules compiled from Rust. This keeps the extension lightweight (under 100 KB total) and ensures that version matching across 200+ TF/CUDA/cuDNN combinations runs in milliseconds without blocking the editor. The extension scans your environment once on activation and caches results locally. Subsequent sessions reuse the cache unless your installed packages change. Requirements
ConfigurationYou can optionally create a
License & PrivacyThis extension includes license verification for subscription features. On activation, it validates your license by sending a hashed machine identifier to our license server. No personal data, source code, or workspace contents are transmitted. The verification runs once on activation and periodically when you switch workspaces or open Python files. If the license server is unreachable, the extension continues to function with basic compatibility detection. |