remote_connect
Connect to a remote Jupyter server to run code on remote compute, GPUs, or data while keeping notebooks saved locally.
Instructions
Connect to a remote Jupyter Server and route all kernel operations to it. Notebooks continue to be saved locally; only code execution runs on the remote kernel. Useful for accessing remote compute, GPUs, or data.
server_url: Base URL of the remote Jupyter Server, e.g. "http://hostname:8888" token: API token (the value printed by Jupyter on startup, or set via --NotebookApp.token / --ServerApp.token)
Any currently running remote kernels are shut down before switching.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| server_url | Yes | ||
| token | Yes |