Using KineLibrary with Google Drive

Aug 5, 2024

Lecture Notes on Using KineLibrary in Google Drive

Signing into Google Account

  • Sign into your department's Google account.

Accessing Google Drive

  • Navigate to Google Drive after signing in.

Creating a New Python Notebook

  1. Click on New.
  2. Go to More.
  3. Select Connect More Apps.
  4. Search for KineLibrary and connect to it.

Creating a Notebook

  • After connecting KineLibrary:
    • Click on New > More > CodeLibrary to create a new Python notebook.
    • A new file will be created in Drive and the notebook page will open.

TensorFlow Training

  • For TensorFlow training, GPU is required:
    • Edit the notebook settings to enable GPU hardware acceleration.

Collaboration Features

  • Share the document for real-time collaboration:
    • Input email addresses of other users to share the document.
    • Users can collaborate in real time on the document.
  • Ability to:
    • Add code or text cells.
    • Execute commands within the notebook.