Solara

S

Solara

Join the community to ask questions about Solara and get answers from other members.

Join

questions-issues

general

announcements

uv+solara

Cool! I was a bit confused at first, but i see it's like npx, if the package name (solara) is also the command line utit, then 🪄

Would it be possible to build a chat

Would it be possible to build a chat interface in Solara which had up/down vote options for the chat?

Hi, I was using the Databricks

Hi, I was using the Databricks workaround I found in this GitHub thread(https://github.com/widgetti/solara/discussions/128), looks like it stopped working today with Error displaying widget: Cannot read properties of undefined (reading 'extend') I will update the thread but posting here as well in case anyone can confirm what I'm seeing...

Hello,

Hello, has anyone encountered something like this where the ChatMessage component does not display the username above the message? I am using the TrainChatMessage component (my abstraction for a recurring component) and I am also attaching a screenshot of the application. I checked on pycafe with the example from the documentation and it correctly attaches the specified name over the message. ```...
No description

can someone please help me to understand

can someone please help me to understand what is the difference between writing: import ipyleaflet import solara ...

Hi! I'm kinda new to Solara, does anyone

Hi! I'm kinda new to Solara, does anyone know how could I share state between two pages? something like global app_state, also I'm using MultiPage which auto inyects appbar but label property is not working seems like it shows the path as label
No description

I added some asyncio task to my program

I added some asyncio task to my program, when testing how to quit I find the page loading takes a lot of time before on_kernel_start... what happend ?
No description

Hi, I am looking for a Solara Auth

Hi, I am looking for a Solara Auth example (okta provider) that I can reproduce. I tried https://solara.dev/documentation/examples/general/login_oauth but it points to a 502 error when I click on Login. Do you know of a working example?

Hi, 2 questions:

Hi, 2 questions: 1 → Why after the push is done, the application is not updated in embed or app mode? 2 → Why does this blue space appear?...

is there a demo or best enviroment

is there a demo or best enviroment setting for jupyterlab with routes or layout? i try to print some info but got nothing... import solara ...

multiple terminals synchronization

I'm sorry, it really cannot tell from this what the problem is. If you can make an isolated example, it doesn't take me a lot of time to try to understand the problem, so I can focus on trying to find a solution.

@iisakkirotko what do you think of that?

@iisakkirotko what do you think of that?

what can I do next to test how it works

what can I do next to test how it works?... I check in both pc and cellphone ,the sidebar is still here by default
No description

Very good questions, will get back to

Very good questions, will get back to you on this.

Solara on databricks

Hi all, I would like to use Solara on Azure Databricks. I have run several examples and I can get some to work using the workarounds found on the github, but I am getting quite inconsistent results. Sometimes I get the error 'Error displaying widget: Cannot read properties of undefined (reading 'buffer')'. Also running this example code: `import plotly.express as px import solara ...

Hey all. I have this piece of code and

Hey all. I have this piece of code and can't quite seem to figure out why it's behaving the way it is. ```python import solara ...
No description

Does anyone know how I might interact

Does anyone know how I might interact with anywidgets widgets in solara? I can make one: ```python class CounterWidget(anywidget.AnyWidget): # Widget front-end JavaScript code...

Hi, can you tell me where to dig to add

Hi, can you tell me where to dig to add supabase auth?

when embedded with FastAPI is there a

when embedded with FastAPI is there a different port that Solara loads or it's the same port as uvicorn?
Next