Foxglove Notebook Integration

May 4, 2026 · View on GitHub

A minimal, runnable companion to the Foxglove notebook integration docs.

This notebook walks through:

  • Installing foxglove-sdk[notebook]
  • Creating a notebook buffer with foxglove.init_notebook_buffer()
  • Logging messages and rendering them with the embedded Foxglove viewer
  • Building layouts programmatically with the foxglove.layouts API, including nested SplitContainer and TabContainer examples driving real data

Run in Colab

Launch the sample notebook directly in Colab.

Open In Colab

Run locally

pip install "foxglove-sdk[notebook]" jupyterlab
jupyter lab GettingStarted.ipynb

The notebook works in JupyterLab, classic Jupyter, VS Code, and Google Colab — anywhere anywidget is supported.

Stay in touch

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