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