09-27-2019, 02:09 PM
(09-27-2019, 01:39 PM)zaius Wrote: That the PBP is ARM definitely matters. As far as I know, there is no Anaconda for ARM, and Miniconda for ARM has limitations and does not seem well-supported. I'm curious if there is a Jupyter kernel that will run on the PBP.
Even if you manage to get it running, it might be very slow. So while I would not want to discourage anyone from getting a PBP, if the reason is "data science tasks under linux with python and jupyter notebook", then I would strongly consider an x86 machine.
Oh yeah, I totally forgot that data science applications will be using x86-specific C/C++ under the hood instead of python. Your front end will work, but everything else might not. That said take a look at the raspberry pi scene for inspiration, I found berryconda (https://github.com/jjhelmus/berryconda) that way and there may be other ARM versions of popular tools.