E2B Desktop Sandbox provides a cloud-based desktop environment for running GUI applications and browser automation. Version 2.4.0 supports Python 3.10+, actively maintained with frequent releases.
pip install e2b-desktopNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Initialize a sandbox with API key (set via E2B_API_KEY env var), run code, and clean up.
Update code to provide api_key parameter to Sandbox() or set E2B_API_KEY.
Use 'from e2b_desktop import Sandbox'.
Migrate to e2b-desktop and use new import paths.
Install e2b-desktop and import from e2b_desktop: 'from e2b_desktop import Sandbox'
Set E2B_API_KEY environment variable or pass api_key parameter to Sandbox().
Create a new Sandbox instance for each session.
No dependency data recorded yet.