solara-server 1.57.3


pip install solara-server

  Latest version

Released: Feb 24, 2026


Meta
Author: Maarten A. Breddels
Requires Python: >=3.8

Classifiers

License
  • OSI Approved :: MIT License

The solara server enables running ipywidgets based applications without a real Jupyter kernel, allowing multiple "Virtual kernels" to share the same process for better performance and scalability.

See https://solara.dev/documentation/advanced/understanding/solara-server for more details.

Installation

pip install solara-server[starlette,dev]

Usage

$ solara run myapp.py

Wheel compatibility matrix

Platform Python 3
any

Files in release

Extras:
Dependencies:
click (>=7.1.0)
filelock
ipykernel (!=7.0.0,!=7.0.1)
jinja2
jupyter-client
nbformat
rich-click
solara-ui