Monty Python
Monty Python
SSolara
Created by avedik_. on 3/14/2025 in #questions-issues
Load environmental variables
6 replies
SSolara
Created by avedik_. on 3/14/2025 in #questions-issues
Load environmental variables
solara/__main__.py line 274
def run(
def run(
6 replies
SSolara
Created by SeoulSKY on 3/12/2025 in #questions-issues
Custom Page for 404 Not Found
2 replies
SSolara
Created by artursp. on 2/3/2025 in #questions-issues
go.Scatter selection randomly not triggering
6 replies
SSolara
Created by Brian on 2/20/2025 in #questions-issues
InputDate with buttons
solara/lab/components/input_date.py line 157
on_v_model=set_date_cast,
on_v_model=set_date_cast,
solara/lab/components/input_date.py line 120
datepicker_is_open.set(False)
datepicker_is_open.set(False)
12 replies
SSolara
Created by Agnôle on 2/12/2025 in #questions-issues
How to use SOLARA_ASSETS_EXTRA_LOCATIONS
4 replies
SSolara
Created by JP on 1/31/2025 in #questions-issues
How do i remove items from GridDraggable?
19 replies
SSolara
Created by Jovan on 1/26/2025 in #questions-issues
Solara server disconnect - settings
solara/server/templates/solara.html.j2 line 75
<v-dialog v-model="needsRefresh" width="500">
<v-dialog v-model="needsRefresh" width="500">
5 replies
SSolara
Created by W on 1/17/2025 in #questions-issues
Support for pop-up notifications?
solara/website/components/contact.py lines 126 to 134
with solara.v.Snackbar(
v_model=error.value is not None,
timeout=5000,
on_v_model=lambda *_: error.set(None),
left=True,
color="error",
):
solara.Markdown(error.value or "", style={"--dark-color-text": "white", "--color-text": "white"})
solara.Button(icon=True, icon_name="mdi-close", color="white", on_click=lambda: error.set(None))
with solara.v.Snackbar(
v_model=error.value is not None,
timeout=5000,
on_v_model=lambda *_: error.set(None),
left=True,
color="error",
):
solara.Markdown(error.value or "", style={"--dark-color-text": "white", "--color-text": "white"})
solara.Button(icon=True, icon_name="mdi-close", color="white", on_click=lambda: error.set(None))
5 replies
SSolara
Created by Jovan on 12/29/2024 in #questions-issues
Vue plugins & packages with solara
4 replies
SSolara
Created by Elder Millenial on 1/2/2025 in #general
Anyone had any luck setting themes
16 replies
SSolara
Created by dguerrero on 11/26/2024 in #questions-issues
is there a way for an user to communicate with the kernel through the client?
solara/server/server.py line 188
def process_kernel_messages(kernel: Kernel, msg: Dict) -> bool:
def process_kernel_messages(kernel: Kernel, msg: Dict) -> bool:
5 replies
SSolara
Created by ntjess on 11/18/2024 in #questions-issues
State updates don't trigger page rerender in some cases
5 replies