Stanford-NavLab / gnss_lib_py

Modular Python tool for parsing, analyzing, and visualizing Global Navigation Satellite Systems (GNSS) data and state estimates
MIT License
131 stars 33 forks source link

Feature request: Jupyter/Google Colab Install and run support of the repo #16

Closed shubhg1996 closed 2 years ago

shubhg1996 commented 3 years ago

I wanted to quickly process some gnss stuff locally, and I realized that it would be super useful if one could open a jupyter/colab session, run some simple install commands and be able to use gnss_lib_py. Do you think that is doable?

ayushmankumar7 commented 2 years ago

I think running !pip install gnss-lib-py will solve this issue

betaBison commented 2 years ago

@ayushmankumar7 is correct.

Since #73 , we are compatible with Python 3.7 (which Google Colab uses). To use gnsss_lib_py with Google Colab one needs to:

  1. run !pip install gnss-lib-py
  2. restart the kernel