Skip to content

Commit 0f701b3

Browse files
committed
Fix requirements for superzip
1 parent a0eabbb commit 0f701b3

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

examples/superzip/app.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,8 @@
8282
],
8383
ui.markdown("'Super Zips' is a term [coined by Charles Murray](https://www.amazon.com/Coming-Apart-State-America-1960-2010/dp/030745343X) to describe the most prosperous, highly educated demographic clusters"),
8484
placement="right",
85-
)
85+
),
86+
window_title="Superzip explorer"
8687
)
8788

8889

examples/superzip/requirements.txt

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
ipywidgets==7.8.1 # ipyleaflet's popup is broken with >8.0
22
ipyleaflet
3-
shiny
3+
shiny @ git+https://github.com/posit-dev/py-shiny@main
44
shinywidgets
55
plotly
66
matplotlib
77
scipy
8+
pandas
9+
faicons

0 commit comments

Comments
 (0)