| title | Analyze Your Robotics Data with Jupyter Notebooks |
|---|---|
| blog_post_url | https://foxglove.dev/blog/analyze-your-robotics-data-with-jupyter-notebooks |
| short_description | Load and analyze data in Jupyter Notebooks using Foxglove Data Management |
This is a juypter notebook sample showing how to load and analyze data using Foxglove Data Management.
Launch the sample notebook directly in Colab or Binder.
Alternatively you can launch the notebook locally via docker:
docker build . -f NotebookDockerfile -t jupyter-data-platform
docker run -it --rm -p 8888:8888 jupyter-data-platform
And then connect to the notebook via http://localhost:8888/lab/tree/FoxgloveDataPlatform.ipynb
To run the notebook directly use following commands:
pip install pipenv
pipenv install
pipenv run jupyter-labJoin our Discord to ask questions, share feedback, and stay up to date on what our team is working on.