-
This is #208, but the issue still appears in multi-page projects.
I am on the latest version `1.25.1`.
log
```python
(project-name-py3.12) vscode ➜ /workspaces/pvcast-frontend (solara) …
-
**What's the problem this feature will solve?**
There should be a method to cache the positions of agents at each step of the simulation so that we can display the agents on the grid visualization.
…
-
see https://github.com/widgetti/solara/issues/221
https://github.com/widgetti/solara/pull/185 is a good template of what it should look like
-
Here's the default display of a dataframe in a Jupyter notebook:
![image](https://github.com/widgetti/solara/assets/1813121/e44f561a-74fe-4ebc-86bb-6c5f1a173bb5)
Here's how solara displays it:
…
-
I observed solara server running is so slow and it needs to request CDN. However, I'd like to run Solara server without internet access.
As per instruction, installed "solara[assets]". Why does it st…
-
**Python 版本:** 3.12
**模块版本:** 16.2.0
**运行环境:** Windows / Linux / MacOS
---
bilibili-api-python 16.2.0 has requirement httpx~=0.26.0, but you have httpx 0.27.0.
bilibili-api-python 16.…
-
Notebook: [solara_altair_bug.ipynb.zip](https://github.com/widgetti/solara/files/13851540/solara_altair_bug.ipynb.zip)
Overview screenshot:
I started with an altair chart (in a venv, in a .ip…
-
Instead of using
```bash
solara run script.py
```
would it be possible to run directly from the Python script? Something like:
```Python
page = MesaInteractive()
page.run()
```
For some …
-
It appears that the ipywidget Output widget is not working properly with Solara. See an example below. The Output widget is added to the map, which is supposed to print out the mouse clicked coordinat…
-
First of all, thank you for providing a great library.
I was going through the solara documentation - (https://solara.dev/api/input_date) but I could not find any option to selection of time.
Is t…