I have been working on a GCP AI Notebook for the past couple of weeks when I got '524 error'. I followed the troubleshooting instructions here. I connected to the notebook instance via ssh and restarted the Jupyter service. I am now able to open JupyterLab but I can't find any of my work!! Here is the JupyterLab screenshot. I searched for the files using Terminal in JupyterLab as well as the Cloud Shell but nothing. It looks as if my instance had been wiped clean. Please help, I lost all my code I have been working on for the past couple of weeks.
How can I find my files in GCP AI Notebook?
588 Views Asked by Naima At
1
There are 1 best solutions below
Related Questions in GCP-AI-PLATFORM-NOTEBOOK
- Google AI Platform Error: VM: Write access to project 'PROJECT ID' was denied. How to allow write access?
- How to update Jupyter Lab version for GCP AI Platform Notebook
- Account not found for tombstone account (Creating a notebook instance)
- Sudo apt-get install in terminal asking for password
- Unable to start/stop an AI Platform Notebook Instance in AI Platform but Able to in Compute Engine
- GCP AI Notebook Platform ModuleNotFoundError
- Migrating AI Platform Notebooks from standalone VPC to Share VPC
- How can we disable the "Open Jupyterlab" button (proxy) on GCP Vertex AI Workbenches?
- GCP Colab Enterprise shared VPC connection
- How can I find my files in GCP AI Notebook?
- working directory of a notebook run by startup script is not its real path, but '/'
- google cloud notebook instance run script not in startup
- can't add GPU to GCP AI platform Notebooks instance
- Unable to launch Jupyter notebook "Setting up proxy to JupyterLab"
- Error while installing PyCaret in GCP's JupyterLab
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Based on the Terminal output, seems to be you are using a Container based instance. This means that you have a base OS and a Docker instance running JupyterLab service on top. I will be interested in knowing what Docker instance is that you are running. Is this a Deep Learning Container?