aws / studio-lab-examples

Example notebooks for working with SageMaker Studio Lab. Sign up for an account at the link below!
https://studiolab.sagemaker.aws
Apache License 2.0
655 stars 193 forks source link

Allow real time collaboration #137

Open xxfwin opened 2 years ago

xxfwin commented 2 years ago

Is your feature request related to a problem? Please describe. I tried to install the module jupyterlab-link-share to support sharing the current notebook and runtime environment, but the share link did not work.

Describe the solution you'd like As mentioned in the document of JupyterLab (https://jupyterlab.readthedocs.io/en/stable/user/rtc.html), the JupyterLab supports collaboration with other users by sharing access to the current notebook plus the runtime environment.

Describe alternatives you've considered The plain JupyterLab supports collaboration from version 3.1, also google Colab supports share functionality which provides a similar way to collaborate.

Additional context

MicheleMonclova commented 2 years ago

xxfwin - great suggestion. We are looking into this.