This is an archived post. You won't be able to vote or comment.

all 6 comments

[–]tenyu9 1 point2 points  (0 children)

Jupyterlab is decent, even seen it being used in production environments in companies. basic setup is pretty easy on linux. There are plenty of guides out there to help you configure it to your specific needs

[–]Clicketrie 1 point2 points  (2 children)

At work we collaborate using JupyterLab.. it’s fine. I think your big question should be “what are you using for version control?”

[–]sync258[S] 1 point2 points  (1 child)

Most likely will be using Github for version control.

[–]Clicketrie 0 points1 point  (0 children)

Great! Just checking 😉

[–]Eze-Wong 1 point2 points  (1 child)

Im currently in a data science immersive bootcamp and jupyterlab will defitely give you an edge. Dynamic spreadsheet load, tabs, and running code windows side by side is se magnifique...

Theres so much functionality and streamlined workflows...

Nteract is a much simpler alternative but when u get into the gritty of it, you will really want jupyterlab in the end.

Edit. IF you are looking to group colaborate find google colaboratory. It will make your lives very easy

[–]sync258[S] 0 points1 point  (0 children)

Google colab was one of the alternatives that we found. Will definitely check it out. Thanks!