Data science on a chromebook
simplystatistics.org
Data science on a chromebook
1–10 of 24 posts
Re: Data science on a chromebook
#2Re: Data science on a chromebook
#3Re: Data science on a chromebook
#4Instead of showing people what can be done with a restricted computer, why not encourage them to use non-restricted computers instead? Data science on a Chromebook that has Linux installed would be better.
Re: Data science on a chromebook
#5Re: Data science on a chromebook
#6Instead of showing people what can be done with a restricted computer, why not encourage them to use non-restricted computers instead? Data science on a Chromebook that has Linux installed would be better.
A seatmate on a recent long flight had an Asus Chromebook with Linux side-loaded via Crouton, and was doing exploratory data analysis in Jupyter notebooks (mostly using R). Response seemed reasonably snappy. The trade-off for him was long- battery life and a laptop he wouldn't cry over if it didn't survive the trip, vs. being restricted to doing analysis on (relatively, for him) small data samples.
I love it, it's clean, lite, updated all the time. It's the reverse of my old workflow which was a browser on linux. Now I run linux on a browswer (same thing really) and google handles drivers, battery life, copy/paste, font rendering, graphics card management/ x11 configuration. . . . All the things that suck or take real work about using a linux laptop.
Super fast setup too. I can wipe it when I'm going somewhere and have it up and fully ready to use in 10-15 minutes. (mostly I don't, but there are times when that seems like the best option.)
Re: Data science on a chromebook
#7At $20/mo in DigitalOcean services that are only required if you're running on a chromebook, why not just run on an inexpensive PC? It's seemingly long-term more expensive to do it this way.
Re: Data science on a chromebook
#8At $20/mo in DigitalOcean services that are only required if you're running on a chromebook, why not just run on an inexpensive PC? It's seemingly long-term more expensive to do it this way.
Re: Data science on a chromebook
#9Earlier quoted context omitted.
A seatmate on a recent long flight had an Asus Chromebook with Linux side-loaded via Crouton, and was doing exploratory data analysis in Jupyter notebooks (mostly using R). Response seemed reasonably snappy. The trade-off for him was long- battery life and a laptop he wouldn't cry over if it didn't survive the trip, vs. being restricted to doing analysis on (relatively, for him) small data samples.
I use mine full time for systems eng and devOps type tasks. All GUI tasks are handled by chrome with the exception of my password safe which is an android app. I use crouton for a shell and ssh to local host with the ssh extension. I love it, it's clean, lite, updated all the time. It's the reverse of my old workflow which was a browser on linux. Now I run linux on a browswer (same thing really) and google handles dr…