-
Thanks to the fix in https://github.com/widgetti/solara/issues/142, VegaFusionWidget is now working in Solara 🎉
Here's what the example from that issue looks like now:
https://github.com/widge…
-
https://voila.readthedocs.io/en/stable/deploy.html#deployment-on-heroku describes how to deploy a voila application on Heroku. Since November 28th 2022, Heroku hobby plan (the free dyno and stuff) has…
-
Select and SelectMultiple widgets seem missing keyword disabled.
Is it by design or still under implementation?
Is there any work around instead of using ipyvuetify directly.
thanks!
-
When i run `sh flowjoy ...` My browser should open automatically to the host:port I specified, just like `jupyter` or `streamlit` or `solara` etc.
UPDATE: It seems we do open the browser automatica…
-
Hello,
i´ve tested duckdb with solara and found, that executing queries in a solara app is much slower (5-10x) than running the same query in a jupyter notebook.
Here is some code for reproducti…
-
What is the intended/supported behaviour when running the widget renderer from a script in an IDE?
Minimal example: the [widget renderer example in the documentation](https://vegafusion.io/widget_r…
-
I'm creating a map with a slider in it. In the notebook, everything runs fine:
```Python
import ee
ee.Initialize()
import geemap
from ipyleaflet import basemaps
# . . .
# . . .
Mapa …
-
## Use Case:
Give a BASE_PATH, user can only go into subfolders/files, but not go up levels.
## Try 1:
```
base_path, set_path = solar.use_state(BASE_PATH)
def setter(path):
if some_cond…
-
It seems the navigation controls are remaining under the rightmost portion of the dataframe, even when the frame cannot be displayed completely due to it wide width. This leaves the navigation contro…
-
Is there a way to show the react components functioning outside of jupyter notebook. just a simple static example site that is compiled. Sometimes it is easier to just develop the react on its own.
…