-
Goals:
- Render multiple dataframes/layers on a single map
- Enable updates of Python properties like `get_fill_color` to propagate to the map
### Attempt:
#### Python side
On the Python …
-
### Checklist
- [X] I added a descriptive title
- [X] I searched open reports and couldn't find a duplicate
### What happened?
I tried to update my conda in base, but it's stuck at `solving environ…
-
Maybe I'm wrong but I remember having two distinct options on the "rocket icon", either MyBinder or Thebe, now I tried on a few browsers and I only get the Live Code (Thebe based) option (which I mess…
-
Hi, I found that I cannot display any widgets created with anywidget (I tried a few examples off the web). When I run the code it finishes without an error, however no widget appears, the output is ju…
-
Following our discussion here, I have been experimenting with a CLI for bootstrapping anywidget projects. I published a prototype to npm:
```
npm create anywidget@latest ipyfoo
```
```
ipyfoo…
-
Because `Props` is only used as a trait method argument, there is no need to restrict it to one possible assignment per impl. This change would allow one widget to accept `Props` of multiple types, su…
-
I'm really excited that a project like anywidget exists. I myself worked on making [bidirectional JS Python communications](https://etils.readthedocs.io/en/latest/ecolab.html#bi-directional-python-ja…
-
Hi,
I'm having trouble trying to save a widget created with `anywidget` to an HTML file with `ipywidgets.embed.embed_minimal_html()`.
Here is a simple example:
```python
import anywidget
im…
-
With Colab/Jupyter, it is possible to have bidirectional communication between Python/Javascript, without installing a notebook extention:
* In Jupyter, it is possible to execute arbitrary Python c…
-
Hi, I would like to try to use deck.gl in anywidget. Would you have any advice on how to go about doing this?