Video Tutorial
VS Code Extension
The recommended way to run Python on Lyceum Cloud.Installation
- Open VS Code
- Go to Extensions (
Ctrl+Shift+X) - Search for “Lyceum Cloud”
- Click Install

Authentication
- Open any
.pyor.ipynbfile - Click the cloud icon in the editor toolbar
- Authenticate in your browser
- Return to VS Code — you’re ready
Authentication tokens are securely stored and automatically refreshed.
Running Code
- Python Files
- Jupyter Notebooks
Toolbar Button — Click the cloud icon in the editor toolbarKeyboard Shortcut — 
Ctrl+Shift+E (Cmd+Shift+E on Mac)Command Palette — Ctrl+Shift+P → “Execute on Cloud”
File Operations
Upload Files to Cloud
Upload Files to Cloud
Right-click files or folders in VS Code Explorer → “Upload to Lyceum Cloud”
Manage Cloud Files
Manage Cloud Files
View, download, and delete files in the “Lyceum Cloud Files” panel.
Commands Reference
| Command | Shortcut | Description |
|---|---|---|
| Execute on Cloud | Ctrl+Shift+E | Run current Python file or notebook cell |
| Upload Files | Ctrl+Shift+U | Upload selected files to cloud storage |
| Manage Executions | Ctrl+Shift+M | Open execution management panel |
| Configure API Token | — | Set authentication token (manual override) |
| View History | — | Show execution history |
CLI
Installation
Authentication
Running Code
Workspace Configuration
Troubleshooting
Authentication Issues
Authentication Issues
- Re-authenticate by clicking the cloud icon or running
lyceum auth login - Check that you’re signed in to the dashboard
- Verify internet connectivity and firewall settings
File Operation Issues
File Operation Issues
- Check file size limits (contact support for large file needs)
- Verify network connectivity during upload
- Ensure proper authentication
Need help? Contact support at [email protected]

