From 20879169ff7e105fce25c3616608c2350228495e Mon Sep 17 00:00:00 2001 From: Daniel Woulfin <78369907+dswoulf@users.noreply.github.com> Date: Wed, 14 Aug 2024 10:41:05 -0400 Subject: [PATCH] Update python.html - typos --- _includes/install_instructions/python.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_includes/install_instructions/python.html b/_includes/install_instructions/python.html index da27f04..db82065 100644 --- a/_includes/install_instructions/python.html +++ b/_includes/install_instructions/python.html @@ -13,14 +13,14 @@

Python

research computing, and great for general-purpose programming as well. Installing all of its research packages individually can be a bit difficult, so we recommend using - Goolge Colab, a cloud based environment with all the needed libraries. To + Google Colab, a cloud based environment with all the needed libraries. To access Google Colab you need a Google account, whether your own or Lionmail.

If you want to install Python locally on your computer contact Dan Woulfin, the Computational Research Instruction Librarian, at dw3105@columbia.edu. - While, the Carpentries instructions (see below) recomemnds using + While, the Carpentries instructions (see below) recommends using Anaconda, an all-in-one installer, to install Python locally there are other ways to do so.