Jupyter notebook examples with Foxglove Data Management

July 1, 2025 ยท View on GitHub

This is a juypter notebook sample showing how to load and analyze data using Foxglove Data Management.

Run in Colab or Binder

Launch the sample notebook directly in Colab or Binder.

Open In Colab

Binder

Run in Docker

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

Run locally with pipenv

To run the notebook directly use following commands:

pip install pipenv
pipenv install
pipenv run jupyter-lab

Stay in touch

Join our Discord to ask questions, share feedback, and stay up to date on what our team is working on.