machine-learninggoogle-cloud-platformjupyter-notebookdata-sciencejupyter-lab

Getting Error 524 while running jupyter lab in google cloud platform


I am not able to access jupyter lab created on google cloud enter image description here

I created one notebook using Google AI platform. I was able to start it and work but suddenly it stopped and I am not able to start it now. I tried building and restarting the jupyterlab, but of no use. I have checked my disk usages as well, which is only 12%.

I tried the diagnostic tool, which gave the following result: enter image description here

but didn't fix it.

Thanks in advance.


Solution

  • The error might be caused by a corrupted disk partition “/dev/sdb”. After connecting to the notebook instance through SSH, run sudo fsck /dev/sdb to perform a disk check and repair, and then perform a reboot.

    In case this does not help, you can download your data after zipping the required content from the “/home/jupyter/” folder and upload it to a new notebook instance.

    Below is the zip utility command for your reference.

    cd /home/

    sudo zip -r test-1.zip jupyter/