Issue Type 1: Dependency installation
If JupyterLab fails to run due to dependency changes during package installation, log in via SSH and runjupyter-lab to check. If it errors, reinstall JupyterLab using pip install jupyterlab and restart the instance.
(Windows users can SSH via CMD or PowerShell, but may need to manually enter the password instead of pasting it.)
- If you see normal output after entering
jupyter-lab, JupyterLab is working correctly. - If you encounter errors like the ones below, JupyterLab cannot start.
Solution for JupyterLab startup errors:
Reinstall JupyterLab.
- If the
pipcommand is missing, runconda install pipfirst. - If
condais missing, you may have deleted Miniconda, and the simplest solution is to reset the system.- Uninstall the current JupyterLab:
pip uninstall jupyterlab - Reinstall JupyterLab:
pip install jupyterlab
- Uninstall the current JupyterLab:
Issue Type 2: Network Connection
If the first issue is ruled out, the problem is likely network-related:- Close all running VPN connections.
- If access is still not possible after closing the VPN, you may need to turn the VPN back on and switch it to Direct mode.
- If your VPN does not have a Direct mode, choose PAC mode (avoid using Global mode).
- Try accessing with a different browser.
- Contact customer support if the issue persists.