I use GCP's vertex ai platform's "user-managed notebook" service. how do i enable real-time collaboration for the jupyter lab server? it sounds like this can be enabled by adding --collaborative
when running jupyter lab
. but the command is not exposed to me with vertex ai notebooks.
You can activate the collaboration feature by doing the following steps below:
To share your notebook:
The URL is in this format https://xxxxxxx-dot-us-west1.notebooks.googleusercontent.com/lab/tree/your_sharable_notebook.ipynb
NOTE: I tested the steps above by giving IAM permission "Notebooks Admin" to a colleague of mine.