Search code examples
google-cloud-platformjupyter-notebookgcp-ai-platform-notebook

Error in launching Jupyter notebook on Google Cloud Platform


Followed this blog post on creating a new VM and trying to launch Jupyter notebook on GCP. https://medium.com/@kn.maragatham09/installing-jupyter-notebook-on-google-cloud-11979e40cd10 Getting this error message enter image description here


Solution

  • Did you try with the obvious ones?

    1. Does the Cert exist? (maybe it was removed along the process..)
    2. Does the Cert has correct ownership?
    3. Does jupyter/user executing jupyter has the right to access the Cert?

    Maybe you could try and run Jupyter in verbose mode. And post it here.