Skip to content

Commit adccdd9

Browse files
authored
Merge pull request #106 from posit-dev/altair
Make altair example featured (and give it a proper description)
2 parents e839680 + 59fb2f7 commit adccdd9

File tree

6 files changed

+5
-6
lines changed

6 files changed

+5
-6
lines changed

examples/index.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
{
1010
"category": "Featured",
11-
"apps": ["cpuinfo", "regularization", "plotly", "ipyleaflet"]
11+
"apps": ["cpuinfo", "regularization", "plotly", "altair", "ipyleaflet"]
1212
},
1313
{
1414
"category": "Intermediate",
@@ -19,8 +19,7 @@
1919
"insert_ui",
2020
"input_update",
2121
"extra_packages",
22-
"fetch",
23-
"ipywidgets"
22+
"fetch"
2423
]
2524
},
2625
{

examples/python/altair/about.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
altair
2+
Interactive plot with altair
File renamed without changes.

examples/python/ipywidgets/about.txt

Lines changed: 0 additions & 2 deletions
This file was deleted.

examples/python/plotly/about.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
Plotly
2-
Plotly via ipywidgets
2+
Interactive plot with plotly

0 commit comments

Comments
 (0)