404 errors on Jupyter kernels running under starlette
Updating & re-rendering custom `component_vue`
component_vue
component.
Say I have a fairly complex component_vue
. It has many elements, and lots of props. Is there some condition after which one can say "you are using way too many props for solara + vue to handle the re-rendering smoothly". Or is there some condition, like are the props updated (on the frontend side) simultaneously or one by one.. ...Update state when component is displayed in the front end
Change size of matplotlib fig
Does Solara offer a directory picker widget by any chance?
is there a way for an user to communicate with the kernel through the client?
Best Front-End for App with a more Advanced UI?
Localization of datetime
datetime
object in my Solara application. I want to show a banner like:
```...Missing Static Assets in Solara Installation (main8.css)
State updates don't trigger page rerender in some cases
Update Ipyaggrid data from selected dataframe
However, only the first selected DataFrame gets updated, and not the subsequent ones.
On the other hand, the Solara datatable updates correctly.
Can someone help me find a solution, please? ...
Dashboard from a dataframe, modified only i-th row
Second sidebar
iPhone mine
Database interaction
Is there a way to manage multi-user storage?
I am trying to create an HTML component with event listeners.
Solara not respecting different root path
http://domain.com/solara-app
. However, it doesn't seem like we can find the correct combination of SOLARA_ROOT_PATH
, SOLARA_BASE_URL
, or SOLARA_ORIGIN
to get the app served at that location. Currently, when using SOLARA_ROOT_PATH
and SOLAR_BASE_URL
, attempting to access http://domain.com/solara-app
yields a spinning loading icon and the following the console:
WebSocket connection to 'ws://localhost:8865/solara-app/jupyter/api/kernels/c24edfd8-d5c3-4c25-b9c0-8b1d0b49f2dd/channels?session_id=38c6874d-2fed-4d58-9211-80f5a3f33295' failed:
WebSocket connection to 'ws://localhost:8865/solara-app/jupyter/api/kernels/c24edfd8-d5c3-4c25-b9c0-8b1d0b49f2dd/channels?session_id=38c6874d-2fed-4d58-9211-80f5a3f33295' failed:
Context doesn't update when fetching from a namespace
Documentation on caching behaviour