I just installed the hyperdash api on my Android. I followed the below instructions on my computer:
pip install hyperdash
hd login --email
email:
password:
Things went as expected so far.
I wrote a simple hello world program and thought hyperdash would pipe the result to my phone screen as well.
I ran the following command on my terminal:
hd run -n "something" python3 "something.py"
My phone's screen still says: Models, waiting for data ...
Hey!
I just installed the hyperdash api on my Android. I followed the below instructions on my computer: pip install hyperdash hd login --email email: password:
Things went as expected so far. I wrote a simple hello world program and thought hyperdash would pipe the result to my phone screen as well. I ran the following command on my terminal: hd run -n "something" python3 "something.py"
My phone's screen still says: Models, waiting for data ...
Am I missing something? How does this work?
Thanks