Issue
I have set up the Cloud SDK for running a Deep Learning VM on Google Cloud Platform but when I try to access the Jupyter Notebook instance i get this error from the terminal.
From my terminal I ran the following command to access the SSH instance:
gcloud beta compute --project "driverdrowsiness" ssh --zone "asia-east1-a" "tensorflow-1-vm" -- -L 8005:127.0.0.1:8888
Solution
I just needed to open JupyterLab from the AI Notebooks
Answered By - yudhiesh
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.