Chromebook Anaconda Installation
Greetings,
When I was going through the Python class, it directed me to download Python and Jupyter. I am having difficulties with the installation on my chromebook, and I need the downloads to study further. Any suggestions? Maybe I need to get a windows or mac product, I don't know. If you have any recommendations and or resources in which I am able to obtain a different laptop let me know.
Thanks
1 answers ( 0 marked as helpful)
Hi there,
Well, Chromebooks are using an OS that is based on Linux, so a Linux installation should be fine. However, I think you could just install Anaconda from the Crosh bash shell.
If you have no idea what this means, you can simply code in Google Colab: https://colab.research.google.com/
Google Colab is an online implementation of the Jupyter Project, where you can code in the browser, while the code is executed on Google servers. Pretty cool - especially for machines like Chromebooks that are not as powerful.
Best,
The 365 Team