Py.Cafe

mwcraig/

plain-widget-2024-dashboard

Interactive Data Visualization with Solara Demo

DocsPricing
  • app.py
  • land-ocean-temp-index.csv
  • main.py
  • requirements.txt
  • tutorial_widgets.py
app.py
1
2
3
4
5
6
7
8
9
10
11
12
# check out https://solara.dev/ for documentation
# or https://github.com/widgetti/solara/
# And check out https://py.cafe/maartenbreddels for more examples
import solara
from main import main_widget

# Solara also supports ipywidgets
# remove the Page component and assign an ipywidget to
# the page variable, e.g.
# page = mywidget

page = main_widget