Issue
I am not able to access jupyter lab created on google cloud
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:
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/
Answered By - Krish
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.