-
The API page of [AppLayout](https://solara.dev/api/app_layout) refers at the bottom to the 'AppLayout page', but links to 'https://solara.dev/app/scatter', which should be 'https://solara.dev/apps/sca…
-
@mariobuikhuizen I took the opportunity to implement the decorator we desperately needed to avoid boilerplate in 9b47b519538a22feec72549af1e6d58fcad0c18d:
```python
@solara._component_vue("algolia.v…
-
On Jupyter Lab, the simple word demo gives me 'Error displaying widget'. I'm running the latest ubuntu and chrome. Jupyter server version is 1.4.1.
Here is some of the log that might be helpful…
-
Depending on the implementation of reading out files from either `awesome_solara.components..FileInput` I get a `RuntimeError`.
Steps to reproduce:
`solara run examples/single_fileinput.py`
Upl…
-
v0.6 dropped support for Python 3.7. Perhaps it was a bit [too aggressive](https://twitter.com/maartenbreddels/status/1673426929939107841?s=46&t=gbRQ9_X7aXunEwPKYKknsw)? My motivation for dropping sup…
-
On the `use_state_or_update` API docs (https://solara.dev/api/use_state_or_update), when clicking the 'show code' button, you only see the code of the `Page` component, which doesn't use `use_state_or…
-
At the moment, when I visit https://solara.dev/apps/scatter on firefox, I briefly see the web page correctly but then I get the traceback posted below.
The same occurs in chrome or in incognito win…
-
Hi guys,
thanks for this great lib. I´ve already used it some time in jupyter notebooks and running apps on my local machine. However, I am not able to access apps running on my VM (oracle cloud). …
-
Ok, mystery solved. You have to nuke your cdn cache directory, e.g. sth like this:
```
$ rm -rf /c/ProgramData/Miniconda3/envs/solara39/share/solara/cdn/
```
_Originally posted by …
-
I have implemented two versions of `ipyvuetify.extra.FileInput`. They both more or less work and I'm looking for feedback on the implementation.
They are in `awesome_solara.components.`. The `fi…