Notebook Commands
Launch, manage, and stop Jupyter notebook servers on Lyceum Cloud.Commands
| Command | Description |
|---|---|
lyceum notebook launch | Launch a Jupyter notebook server on Lyceum Cloud |
lyceum notebook stop | Stop a running Jupyter notebook |
lyceum notebook list | List running Jupyter notebooks |
lyceum notebook launch
Launch a Jupyter notebook server on Lyceum Cloud.Options
| Option | Description |
|---|---|
--machine, -m | Machine type. Default: cpu |
--timeout, -t | Session timeout in seconds (max: 600). Default: 600 |
--image, -i | Custom Jupyter image. Default: jupyter/base-notebook:latest |
--token | Jupyter notebook token. Default: lyceum |
--port, -p | Port for Jupyter server. Default: 8888 |
Examples
lyceum notebook stop
Stop a running Jupyter notebook server.Arguments
| Argument | Description |
|---|---|
execution_id | (required) Execution ID of the notebook to stop |
Examples
lyceum notebook list
List all running Jupyter notebook servers.- Execution ID
- Machine type
- Status
- Notebook URL
- Time remaining

