Zum Inhalt springen

Choose a remote Python environment

Dieser Inhalt ist noch nicht in deiner Sprache verfügbar.

Select a server interpreter and verify where a script runs.

  • An active Pro subscription. Third-party AI subscriptions and API credits are separate.
  • A working internet connection for the service or download used in this tutorial.
  • A reachable SSH server, its hostname/port, a username, and the authentication method you are authorized to use.

Download the tutorial workspace

Connected host → Packages → Environment
  1. import sys, platform
    print(sys.executable)
    print(platform.system())
·
See the control up close

Run the example remotely and check the interpreter path and operating system. A remote result uses server hardware, not the iPad GPU.

  • For a timeout, check the host, port, network route and server availability.
  • For authentication failures, check the username and matching password or private key.
  • If the host fingerprint changes, verify it through a trusted channel before replacing the saved fingerprint.

Contact support