Launch a Notebook
Start a Jupyter notebook server on Lyceum Cloud:Options
| Option | Description | Default |
|---|---|---|
--machine, -m | Machine type (cpu, gpu.a100, gpu.h100) | cpu |
--timeout, -t | Session timeout in seconds (max 600) | 600 |
--image, -i | Custom Jupyter image | jupyter/base-notebook:latest |
--token | Jupyter notebook token | lyceum |
--port, -p | Port for Jupyter server | 8888 |
Examples
Manage Notebooks
lyceum notebook list shows execution ID, machine type, status, notebook URL, and time remaining.
Notebooks have a maximum session timeout of 600 seconds (10 minutes). For longer sessions, consider using a VM.

