This tutorial will guide you through the setup of the HTC Vive Tracker in Python 3.6 on Ubuntu 14.04.
Up to date graphics drivers
x86 architecture
SteamVR requires >4GB disk space
| import dash | |
| import os | |
| import plotly.express as px | |
| import pandas as pd | |
| import dash_core_components as dcc | |
| import dash_bootstrap_components as dbc | |
| import dash_html_components as html | |
| import json | |
| from urllib.request import urlopen | |
| from dash.dependencies import Input, Output |