Google Colaboratory ("Colab" for short) is a Google product that provides free cloud compute resources to run interactive notebooks. Colab provides an easy way to run the Everactive ENV+ EvalKit Exploration Notebook in the cloud, instead of locally on your machine.
There are two ways to launch the notebook in Colab, either from GitHub or from Colab.
Navigate to the notebook file within this GitHub repo, and click the Open in Colab badge on the notebook. This will launch the notebook in Colab for you.
Navigate to Google Colab.
-
Select the GitHub tab in the welcome dialog box.
-
Enter the repo url,
https://github.com/everactive/python-notebook-sample, and click the magnifying glass. -
The repo and branch data will populate, make sure the
mainbranch is selected. -
Click on the notebook name,
notebook/Everactive_ENVplu_EvalKit_Exploration.ipynb, and Colab will launch the notebook.
-
Once the notebook is launched in Colab, it's helpful to expand the notebook Table of Contents by clicking on the icon in the upper lefthand menu.
-
Colab operation and navigation is very similar to JupyterLab; you can execute cells with
Shift+Enter. Go forth and explore!
There are a few dialogs and notices to be aware of when running the notebook in Colab:
-
When you run the setup cell in Colab, you will receive a warning dialog box, noting that you are running a notebook that was loaded from GitHub. Though this notebook merely checks as to whether it is running in Colab or not, it is always good (and prudent) practice to review any source code before running it in an environment that has access to your accounts and credentials.
Feel free to review the notebook code and
everactive_envpluslibrary code in the sourceeveractive/python-notebook-samplerepo, and click "Run anyway" when you are ready to proceed. -
Once you start executing cells, you will see a popup message at the bottom of the screen:
Unrecognized runtime "python-notebook-sample"; defaulting to "python 3". This message can be safely ignored.




