-
**Description:**
I am trying to use `sam build` to build a Python 3.7 lambda. My requirements.txt file contains the following dependency:
```
git+ssh://git@github.com/Berciq/commons.git@v0.0.4
`…
-
# How to repeat
* Create a small solara app displaying some Turkish characters. encoded in UTF-8. which is by default in VSCode.
````python
import solara
@solara.component
def Page():
…
-
# 生信爱好者周刊(第 98 期):
这里记录每周值得分享的生信相关内容,周日发布。
本杂志开源(GitHub: [openbiox/weekly](https://github.com/openbiox/weekly)),欢迎提交 issue,投稿或推荐生信相关内容。
[「生信周刊讨论区」](https://github.com/openbiox/weekly/discussi…
-
**Describe the bug**
If you open multiple tabs in your browser to the Mesa server you still only get one model running. Altering the paramenters on one tab affects the model output on all the others.…
-
I have one InputText called `folderPath` and another Select called `default_filename`.
The idea is that users input the folder path and select the filename.
```
import os
from glob import glob
…
-
Oh no.
Error running app.
![Screenshot 2023-07-04 at 4 44 49 PM](https://github.com/giswqs/geemap-apps/assets/44441916/81abab3f-c874-4645-bbeb-ecfddaa6912d)
-
**### Environment Information**
- leafmap version: leafmap-0.22.0
- Python version: 3.10.6
- Operating System: CentOS 7 Linux
**### Description**
The add_time_slider feature works as …
-
The ipyleaflet example works fine with `solara run`. However, it is not working properly with JupyterLab. After running the code cell, changing the zoom slider can change the map zoom level. If you pa…
-
Thank you for the great product.
I have updated from version 1.14.0 to 1.15.0 and solara.Sidebar() is no longer displayed.
Below is the result of running the same code on versions 1.14.0 and 1.15.0.…
-
@maartenbreddels, I just tested the `nox` branch since you merged the isolation build and the `generate_source` file is missing. leading to the following error:
```
ModuleNotFoundError: No module …