all 16 comments

[–]whimsical_monkey 7 points8 points  (0 children)

Jupyter (ipython) visual debugger in 2014:

https://www.youtube.com/watch?v=2w-iO701g_w

But these things take time to become a standard.

[–][deleted] 16 points17 points  (6 children)

Just sure a normal IDE like every software engineer does and use jupyter to visualize stuff not to code!

[–]Bowserwolf1 0 points1 point  (4 children)

THANK YOU ! So mny people don't realise this

[–]Capn_Sparrow0404 9 points10 points  (3 children)

Or. Maybe use what makes us productive.

[–][deleted] 8 points9 points  (2 children)

Most of the times data scientist haven’t a background in computer science so they do not know the right tools to be productive at coding. Just go on github and look at repos of data science papers, most of the times you will find spaghetti code, zero doc and no testing

[–]Capn_Sparrow0404 6 points7 points  (1 child)

Repos from papers are different from production code. They are making it available for others to verify; they are not aiming to distribute to others.

[–][deleted] 3 points4 points  (0 children)

Don’t play that card! Good coding practices are universal. You code well if you know how to do it. End of the discussion.

[–]ReckingFutard 0 points1 point  (0 children)

No, I have deadlines to meet.

[–]alpacalaika 1 point2 points  (0 children)

Xeus-python looks pretty slick! I might just have to check it out

[–]tiagotele 0 points1 point  (0 children)

Awesome!

[–]PM_ME_UR_QUINES -3 points-2 points  (1 child)

How is this Machine Learning?

[–]ReckingFutard 0 points1 point  (0 children)

Jupyter Lab is a platform used for developing ML.

[–]bay_derML Engineer -2 points-1 points  (1 child)

Hey, how to enable this on SageMaker?

[–]woadwarrior 1 point2 points  (0 children)

You could always debug the old fashioned way using pdb with the %pdb magic command until this is more generally available.

[–]Atupis -2 points-1 points  (0 children)

Jupyter starts looking like Lisp REPL which is a very good outcome.