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]"

pip install solara-ui # good enough for more notebook users
pip install solara-ui[cache,markdown,all] # if you want more
pip install solara-server[starlette,flask,dev] # pick what you need, dev is only needed for hot reloading
pip install pytest-ipywidgets[solara,notebook,lab,voila] # do testing with a browser using playwright
pip install solara # still works the old way, same as pip install "solara-ui[all]" "solara-server[starlette,dev]"

pip install solara-ui # good enough for more notebook users
pip install solara-ui[cache,markdown,all] # if you want more
pip install solara-server[starlette,flask,dev] # pick what you need, dev is only needed for hot reloading
pip install pytest-ipywidgets[solara,notebook,lab,voila] # do testing with a browser using playwright
Read more via https://solara.dev/changelog
0 Replies
No replies yetBe the first to reply to this messageJoin

Did you find this page helpful?