For curious minds / Student workspace
Your next idea.
Room to run.
Submit a computing task, close your laptop, and come back to the results. Put your campus’s available lab computers to work.
A verified .edu email and an enabled campus are required. Tasks wait for a compatible lab computer.
Your work, your way
Start in the browser.
Stay in your flow.
Upload a project and follow its progress in the workspace. Prefer your terminal? Connect the CLI to the same account.
A workspace of your own.
Verify your .edu mailbox to sign in. For terminal access, install the CLI and choose Connect CLI in your workspace.
Give your task room.
Send a project to an available lab computer. Each task runs on one machine in a campus-managed container.
Bring the results home.
Follow logs, cancel a task, and download its output. Interrupted tasks restart from the original project bundle.
$ nightshift login --server https://nightshiftcompute.com --token YOUR-TOKEN
$ nightshift run --cmd "python train.py" --out outputs --no-wait
$ nightshift results YOUR-JOB-IDUse the token from your workspace and the job ID returned when you submit a task.