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.
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.