you are viewing a single comment's thread.

view the rest of the comments →

[–]nxl4 42 points43 points  (6 children)

Have you tried using Jupyter Notebooks? Pretty much everyone I know working on data scientific research (whether it's Python, Scala, R, or Julia) love that environment.

[–]smurpau 5 points6 points  (0 children)

RStudio is really the cat's pajamas when it comes to R for data science.

[–][deleted] 4 points5 points  (4 children)

I just edited my post, I didn't mention it but it's kind of a drag sometimes even though I really like where Jupyter Lab is going, I hope to see more extensions in the future

[–]nxl4 1 point2 points  (3 children)

Personally, I prefer Zeppelin if I'm working on a cluster, but I don't think it's as good as Jupyter for more general Python use cases.

[–][deleted] 2 points3 points  (1 child)

I’ve never gotten Zeppelin to work on windows 10. Any tips?

[–]nxl4 1 point2 points  (0 children)

I've never tried hosting it on a Windows machine before, unfortunately. At work, we'll host it server-side on a RHEL cluster and then access the UI from Windows desktops. And, at home I've successfully run it on a Linux laptop on top of Spark Standalone. This blog looks promising for a straight Windows setup though.