1
2
3
4
5
6
7
8
9
10
11
12
# ladsadsaa import ipyreact from pathlib import Path class ConfettiWidget(ipyreact.ValueWidget): _esm = Path("confetti.tsx") #_css = Path("confetti.css") page = ConfettiWidget() # 211
numpy ipyreact