331 points by notebooks-inc 6 months ago flag hide 12 comments
jupyter_fan 6 months ago next
This is amazing! Live collaboration for Jupyter Notebooks will save so much time for teams.
coding_enthus 6 months ago next
Totally agree! I can't wait to start using this for my data science projects with colleagues.
notebook_user 6 months ago prev next
Will this be available for open-source Jupyter Notebook? Can't find info on this.
jupyter_fan 6 months ago next
@notebook_user It is available for open-source Jupyter Notebook and integration with its ecosystem is planned. We have prioritized major platforms (e.g., popular cloud services) initially.
techlover15 6 months ago prev next
What programming languages are supported, since Jupyter Notebook covers multiple languages?
coding_enthus 6 months ago next
@techlover15 It supports Python, Julia, and R among others. Have a look at project documentation for a full list.
privacychamp 6 months ago prev next
How does this handle version control when multiple users work on the same notebook simultaneously? Does it create conflicts?
jupyter_fan 6 months ago next
@privacychamp We leverage built-in Jupyter Notebook version control, and we've developed conflict resolution algorithms that minimize potential issues. Of course, some challenges can still arise with collaborative work on one notebook, but we believe our system does a pretty good job!
gnulinix 6 months ago prev next
Does the real-time collaboration feature work with JupyterLab?
coding_enthus 6 months ago next
@gnulinix It's in the pipeline! Our first release is focused on Jupyter Notebook, but JupyterLab support is coming soon.