Launch failed: Compute hours exhausted
When you click Launch on a subscription (CPU) profile and get:Get your files without launching
If you only need your files back, you do not have to launch Lab at all — download them from the Usage Overview section of your account dashboard. See Download your files.Upgrade your subscription
A higher tier comes with a larger monthly compute hour allocation (Free 100, Standard 400, Pro 2000). See Personal Subscriptions to change your plan, or Organization Subscriptions if your seat is managed by an organization.Buy credits and enable auto-switch
Credits cover CPU sessions once your compute hours run out, but only when auto-switch is turned on. Both steps are required — adding credits on its own will not resolve the error.- Buy credits from Account > Wallet. If you are in an organization without purchase permissions, request credits from an admin instead.
- Enable Auto-switch to credits under Account > Usage > Compute Settings.
Launch failed: JupyterHub is temporarily unavailable
When you click Launch and get an error like:- Check the qBraid Status Page for an ongoing incident.
- Wait a few minutes, then click Launch again.
- If it still fails, submit a support request from your account page. Include the full error message — the user, cluster, and operation it names help us pinpoint the problem.
- Once we confirm the service is restored, launch again as normal.
Repeatedly clicking Launch will not speed up recovery. Give it a few
minutes between attempts.
Lab server errors
If you get one of the following errors from inside Lab,Service unavailable or unreachableFile Save Error
ModuleNotFoundError
While running a notebook, if you get aModuleNotFoundError after an import statement:
- Check to make sure you are using the correct notebook kernel for your environment, see Switch notebook kernel.
- If you are using the correct kernel, the package you are trying to import may not be installed in that environment. See Install new package.
No space left on device
If running a notebook cell produces errors like:database or disk is full, [Errno 28] No space left on device, and complaints about cache
directories that cannot be written. There is nothing wrong with your code — there is simply nowhere
left to save anything.
Check your current usage against your quota from the Storage card in the
Settings extension, opened with the Settings icon
in the bottom-left of Lab, or from the Storage card on the
Usage page under Account > Usage. Then either free up space or
raise your quota:
- Free up space. Installed environments are usually the biggest consumers, so uninstalling ones you no longer use frees the most space. You can also delete files from the file browser or track down large directories from the terminal. See Disk Usage Management.
- Upgrade your subscription. Storage scales with your plan — 15 GB on Free, 50 GB on Standard, 150 GB on Pro. See Personal Subscriptions.
