Posts

Showing posts with the label Google Workspace

[How To] Upgrade to Python 3.9 in Google Colab

Image
Google Colaboratory , or “Colab” for short, is a product from Google Research. Colab allows anybody to write and execute arbitrary python code through the browser and is especially well suited to machine learning, data analysis, and education. More technically, Colab is a hosted Jupyter notebook service that requires no setup to use while providing access free of charge to computing resources, including GPUs. By default, it starts the runtime with Python version 3.7. If you want to upgrade the version in your current notebook, then follow these steps in the given order: 1) !python --version Python 3.7.13 2) !sudo apt-get update -y Get:1 http://ppa.launchpad.net/c2d4u.team/c2d4u4.0+/ubuntu bionic InRelease [15.9 kB] Hit:2 http://ppa.launchpad.net/cran/libgit2/ubuntu bionic InRelease Get:3 https://cloud.r-project.org/bin/linux/ubuntu bionic-cran40/ InRelease [3,626 B] Get:4 http://ppa.launchpad.net/deadsnakes/ppa/ubuntu bionic InRelease [15.9 kB] Hit:5 http://ppa.launchpad.net/graphics-d...

Automate onboarding in Google Workspace

Image
This tutorial demonstrates the use of Google Workspace apps to automate the onboarding experience for new users by adding them to a google group and sending automated welcome emails after they are added. Step 1: Log in to Google Drive using your Google Workspace account and create a new Google Sheet. Step 2: Go to Insert > Form and create a new Google Form. Step 3: Add the email address and google group fields. Step 4: Go to Tools > Script editor. Step 5: In Apps Script > Go to Project Settings > Check the box for "Show "appsscript.json" manifest file in editor" option. Step 6: Go to Editor > appsscript.json and change it to the following:

Automate User Creation in Google Workspace

Image
This tutorial demonstrates how to automate the user creation process in Google workspace using Admin SDK. Step 1: Log in to Google Drive using your Google Workspace account and create a new Google Sheet. Step 2: Go to Insert > Form and create a new Google Form. Step 3: Add the desired fields: First Name, Last Name, Recovery Email, Recovery Phone, Reporting Manager, Location, Title, Department, etc. Step 4: Go to Tools > Script editor. Step 5: In Apps Script > Go to Project Settings > Check the box for "Show "appsscript.json" manifest file in editor" option. Step 6: Go to Editor > appsscript.json and change it to the following: