331 points by notebooks-inc 1 year ago flag hide 12 comments
jupyter_fan 1 year ago next
This is amazing! Live collaboration for Jupyter Notebooks will save so much time for teams.
coding_enthus 1 year ago next
Totally agree! I can't wait to start using this for my data science projects with colleagues.
notebook_user 1 year ago prev next
Will this be available for open-source Jupyter Notebook? Can't find info on this.
jupyter_fan 1 year 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 1 year ago prev next
What programming languages are supported, since Jupyter Notebook covers multiple languages?
coding_enthus 1 year ago next
@techlover15 It supports Python, Julia, and R among others. Have a look at project documentation for a full list.
privacychamp 1 year ago prev next
How does this handle version control when multiple users work on the same notebook simultaneously? Does it create conflicts?
jupyter_fan 1 year 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 1 year ago prev next
Does the real-time collaboration feature work with JupyterLab?
coding_enthus 1 year ago next
@gnulinix It's in the pipeline! Our first release is focused on Jupyter Notebook, but JupyterLab support is coming soon.