MCPcopy Index your code
hub / github.com/altair-viz/altair_widgets

github.com/altair-viz/altair_widgets @v0.1.2

Chat with this repo
repository ↗ · DeepWiki ↗ · release v0.1.2 ↗ · + Follow
21 symbols 55 edges 3 files 11 documented · 52%
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

Altair Widgets

Altair Widgets are a tool to easily allow to interact with Altair charts in the Jupyter notebook.

This tool allows interactive exploration:

This library depends on Altair which relies on Vega-Lite for rendering charts. On Vega's homepage they list some other interactive toolkits. One of these is Voyager which has an online app that can be used with any CSV data.

Install

With conda:

$ conda install -c conda-forge ipywidgets
$ conda install -c conda-forge altair
$ pip install altair_widgets

With pip:

$ pip install altair_widgets
$ jupyter nbextension enable --py --sys-prefix widgetsnbextension
$ jupyter nbextension enable --py --sys-prefix vega

Core symbols most depended-on inside this repo

_get_encodings
called by 4
altair_widgets/widget.py
plot
called by 3
altair_widgets/widget.py
_create_shelf
called by 2
altair_widgets/widget.py
_get_marks
called by 2
altair_widgets/widget.py
read
called by 1
setup.py
version
called by 1
setup.py
_generate_controller
called by 1
altair_widgets/widget.py
_get_columns
called by 1
altair_widgets/widget.py

Shape

Function 12
Method 8
Class 1

Languages

Python100%

Modules by API surface

altair_widgets/widget.py19 symbols
setup.py2 symbols

For agents

$ claude mcp add altair_widgets \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page