Skip to main content

Get started in three steps

Set up your Lyceum Cloud account and execute your first code on cloud infrastructure.

Step 1: Create Account & Install Extension

  1. Visit the Lyceum Cloud Dashboard
  2. Create your account using email or social login
New accounts receive starter credits for immediate testing
  • VSCode Extension
  • CLI
  • API Reference

Step 2: Configure Authentication

  1. Open VS Code
  2. Go to Extensions (Ctrl+Shift+X)
  3. Search for “Lyceum Cloud”
  4. Click Install on the official Lyceum Cloud extension
Install Lyceum Cloud
The extension provides the easiest way to interact with the platform
  1. Open any .py or .ipynb file
  2. Click the cloud icon
  3. You will be redirected to the dashboard and then back to the extension
  4. You are all set up!

Step 3: Execute Your First Code

  1. Create a new Python file (e.g., hello.py)
  2. Write some simple code:
    def hello_world():
        print("Hello World, I was executed on a Lyceum Machine!")
        return
    hello_world()
    
  3. Click the cloud icon in the editor or use Ctrl+Shift+E
Install Lyceum Cloud
  1. Watch your code execute on cloud infrastructure!

Next Steps

Now that you’re set up, explore the full capabilities of Lyceum Cloud:
Need help? Contact support at [email protected] or check our troubleshooting guide.