Setup Google Drive Colab Environment
This is a walk through of getting started with Google Colaboratory
Last updated
This is a walk through of getting started with Google Colaboratory
Last updated
Google account
Double left click the initial-setup.ipynb
to open it
You might need to do the following steps:
At the top of the screen, click "Open with" and "Connect More Apps"
Type colab
into the search field and hit enter
Click the "connect" button next to Google Colaboratory
Now you have the option to open the files with Google Colaboratory
Double left click the initial-setup.ipynb
to open it
At the top of the screen, click "Open with Google Colaboratory"
Under File menu Click Save a copy in Drive...
Close initial-setup.ipynb
notebook
Focus the copy of initial-setup.ipyb
and move to step 6, below.
This step will create new folder in your google drive called Colab Notebooks
If copy of initial-setup.ipynb is not open yet open with the following steps:
Navigate to your google drive
Navigate to the Colab Notebooks folder
Double left click the Copy of initial-setup.ipynb
to open it with "Open with Google Colaboratory"
Run Mount the drive cell ( click cell and press Shift+Enter )
Click the generated link
Choose your account
Click Allow
on the bottom
Copy authorization code then press enter
Run other cells ( click cell and press Shift+Enter )
Navigate your intro-to-python folder in your drive's Colab Notebooks folder
There are many ways to get Python on your computer, but the premier way of accomplishing this in the Data science world is by installing the Anaconda distribution.
Which gives you access to Python 3, Jupyter Notebook, and a number of indispensable Data science libraries such as NumPy, Pandas, and MatplotLib
Download the MacOs Installer for Python3
Double-click the downloaded file and click continue to start the installation.
Answer the prompts on the Introduction, Read Me and License screens.
In Destination Select, click the Install button to install Anaconda in your Home User Directory.
(Optional) Microsoft VScode
You will be given the option to install VScode.
(I DO NOT recommend that you install VSCode at this point. Although it is a GREAT IDE that will come in handy down the line, it is best that we familiarize ourselves with the conda environment for starters.)
Installation will be complete when you can search for and find the Anaconda Navigator and Anaconda Prompt applications on your computer.
PATH might be an issue.
Download the MacOs Installer for Python3
Double-click the downloaded file and click continue to start the installation.
Do not launch the installer from within your Favorites Folder.
Read Licensing terms and click I Agree.
Select an install for Just Me
Select a destination folder that is within your Home Directory.
ex: c:\Users\your_name\Anaconda3
DO add Anaconda to my Path Environment Variable
Do Register Anaconda as my default Python 3.7
(Optional) Microsoft VScode
you will be given the option to install VScode.
(I DO NOT recommend that you install VSCode at this time. Although it is a GREAT IDE that will come in handy down the line, it is best that we familiarize ourselves with the conda environment for starters.)
After a successful installation you will see the “Thanks for installing Anaconda” dialog box.
You should now be able to find the Anaconda Navigator and Anaconda Prompt applications on your computer.
Git is a version-control software that allows us to interface with github.
This is the software that you will be using to pull down the course materials from Github onto your computer.
Download it here and install. --Fairly-- Painless on Mac
Verify Windows version is up to date, update if not.
Activate Developer Mode in Settings. (See .gif below)
Open Settings (by typing "settings" in Cortana at the bottom left of your screen) and choose "Update & Security" then "For developers", and then turn on "Developer mode" if it's not already selected.
Note: You may be prompted to install additional packages (and you should do this if prompted) and a restart may be required (which you should also do).
Download and run the installer, which you can find here.
The installer will prompt you through several setup screens. You should select the default option for each one.
Once the installation has finished, you can open Git for Bash by clicking on Cortana and typing "Git Bash"). Congrats! You've now got a Linux-like command line environment running in Windows.