Running Notebooks in Google Colab

If you would like to test cedalion before going through the installation process on your local machine, you can run the example notebooks through Google Colab. Note that some cedalion features, such as interactive plotting and visualizations, are currently not working in colab. To use these features, you will need to install cedalion on your local machine.

Setup

To run a notebook using Google Colab, follow the steps below. Setup should take less than 5 minutes total.

  1. Click the link at the top of an example notebook to open it in Google Colab: Open In Colab

  2. Run the first cell to install the required dependencies.

    • Optional: set options to specify the branch of cedalion to use (–branch). Colab Cell

  3. Follow the prompts to sign into your Google Drive account. Google Drive Prompt

  4. After the cell runs once you will be prompted to restart the runtime (Ctrl-M .) and run the cell a second time.

  5. Proceed with the rest of the example notebook.

Using your own data

Follow these steps to use your own data in a colab notebook. File upload

  1. Click the file icon in the left sidebar.

  2. Click the upload icon (page with arrow).

  3. Choose the folder/file to upload.

  4. Files can now be accessed in the notebook, for example: File access