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