Navigate
Point connected notebooks to another URL, or open a URL in the default browser when none are connected. Use it to switch between notebooks or launch one for the first time.
Instructions
Navigate a notebook to a different URL, or open a URL in the default browser if no notebooks are connected. If a notebook is connected, navigates that browser window to the new URL. If no notebooks are connected, opens the URL in the OS default browser. Useful for switching between notebooks (e.g., from localhost:5173/notebooks/notebook-a to localhost:5173/notebooks/notebook-b) or opening a notebook for the first time.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The URL to navigate to (can be relative like "/notebooks/notebook-b" or absolute like "http://localhost:5173/notebooks/notebook-b") | |
| notebook | No | Target notebook (URL, path like "index" or "voronoi", or index like "0"). Optional if you've used FocusNotebook or only one notebook is connected. | |
| timeout_ms | No | Maximum time to wait in milliseconds | |
| wait_for_completion | No | Wait for session_end signal (recommended when navigating existing notebook) |