This directory contains a Jupyter notebook for visualizing MHR (Momentum Human Rig) model.
MHR visualization.ipynb- Jupyter notebook containing data visualization and analysis code for MHR data
Google Colab is a free cloud-based Jupyter notebook environment that requires no setup and runs entirely in the cloud. We provide a few options for using the notebook with Google Colab:
- Go to Google Colab
- Click on File → Upload notebook
- Choose the Upload tab
- Click Choose File and select
MHR visualization.ipynbfrom your local machine - The notebook will open in a new Colab tab and you can start running cells
- Upload
MHR visualization.ipynbto your Google Drive - Navigate to the file in Google Drive
- Right-click on the file
- Select Open with → Google Colaboratory
- If Google Colaboratory is not in the list:
- Click Connect more apps
- Search for "Colaboratory"
- Install and connect the app
- Copy the GitHub URL of the notebook
- Go to Google Colab
- Click File → Open notebook
- Select the GitHub tab
- Paste the URL or enter the repository details
- Select the notebook to open
Once opened in Google Colab:
-
Install Dependencies: If the notebook requires specific packages, run any installation cells at the beginning (usually with
!pip installcommands) -
Run Cells: Execute cells sequentially using:
- Shift + Enter to run the current cell and move to the next
- Ctrl/Cmd + Enter to run the current cell and stay on it
- Runtime → Run all to execute all cells