Solara

S

Solara

Discord for the Solara python package. NOT for the Roblox executor :)

Join

questions-issues

general

announcements

Today we did a big change in Solara version 1.31 🍾 . We split solara into solara-ui, solara-server

Today we did a big change in Solara version 1.31 🍾 . We split solara into solara-ui, solara-server (and pytest-ipywidgets for those who test). This enables notebook users and Jupyter Lite users to use Solara without having to install all the server dependencies. ``` pip install solara # still works the old way, same as pip install "solara-ui[all]" "solara-server[starlette,dev]"...

Solara 1.30 was out a while ago, which I didn't mention yet, which include improved support for mult

Solara 1.30 was out a while ago, which I didn't mention yet, which include improved support for multiple files in FileDrop, thanks to @huseyin.kaya for his contribution and patience with us (it was a long duration PR)

Solara 1.29.0 is out (and 1.29.1)

Solara 1.29.0 is out (and 1.29.1) Most important feature is the improved matplotlib support: Check out the video at: https://twitter.com/maartenbreddels/status/1767561767381602805 And check out the changelog at https://solara.dev/docs/changelog...

Solara 1.28.0 is out

Solara 1.28.0 is out Check out the changelog at: https://solara.dev/docs/changelog Most important features is the theme support, including switching between dark, light or auto mode....

Solara 1.27 was released today

Solara 1.27 was released today Check out the changelog at https://solara.dev/docs/changelog Most important feature: Task support. Lets you run code in the background, with the UI available to the user. This is useful for long running tasks, like downloading data or processing data. https://solara.dev/api/task ...

Solara 1.25.1 was released yesterday!

Solara 1.25.1 was released yesterday! You can take a look at the changelog: https://solara.dev/docs/changelog to see what has changed. This version is focused on performance, with some bug fixes included. LinkedIn: https://www.linkedin.com/posts/iisakki-rotko_changelog-activity-7148708962924756992--qeb?utm_source=share&utm_medium=member_desktop...

Solara 1.19.0 is released the most important changes are

Solara 1.19.0 is released the most important changes are * Switch support https://solara.dev/api/switch thanks too @Spiicy * Less dependencies, install base goes from ~290mb to ~160mb * clear_output support in the output widget * support on read only file systems...

1.18.0 is released, most important is the removal of the pydantic dependency, so you are free to use

1.18.0 is released, most important is the removal of the pydantic dependency, so you are free to use pydantic 1 or 2 🙂

did a few fixes, most notably hot reload was broken in 1.17.3, but this is fixed in 1.17.5

did a few fixes, most notably hot reload was broken in 1.17.3, but this is fixed in 1.17.5
Next