jupyter-notebookgcloudgoogle-cloud-vertex-aigcp-ai-platform-notebook

How to create a new VertexAI Workbench Managed Notebook using gcloud


There is a gcloud command to create a user-managed notebook instance.

gcloud notebooks instances create 

Is is possible to create a managed notebook with gcloud?

It looks to be possible in the API. I can't find a gcloud reference.


Solution

  • As mentioned by @gogasca, the gcloud SDK for creating managed notebook is currently under work. Meanwhile you can try client libraries and REST API to create the same.