-
Just figured out how we can observe traitlets using anywidget+react 🎉
Therefore, I want to share this minimal example.
Hope this is useful as a reference.
```py
import anywidget
from traitlets…
-
I think there's a lot of potential in bringing react components into the ipywidget ecosystem.
This would open the door to projects like an https://www.tldraw.com/ based plot annotation tool, or inter…
-
I have a widget like this
```python
import duckdb
import anywidget
import pyarrow as pa
class CustomWidget(anywidget.AnyWidget):
_esm = """
import * as arrow from 'https://cdn.jsdel…
-
Hi @manzt!
I'm diving into some more anywidget ideas, and right now considering how to structure the folder layout.
Version A has a `src/ipymafs/` layout, while version B has a `src/ipymafs/static`…
-
## Background
I had a great chat with @manzt at SciPy 2023 about his [anywidget](https://anywidget.dev/) project. This approach to building Jupyter widgets is a dramatic simplification compared to w…
-
We added in `widget` decorator in #126.
This is still a little clunky to use as it adds several imports:
```python
from anywidget.experimental import widget
from psygnal import evented
from d…
-
The `MimeBundeDescriptor` introduces a more library agnostic connection between python model and JS view, but currently doesn't support two important features from `ipywidgets.Widget`. First a mechani…
-
I'm giving a try to this very new feature https://github.com/manzt/anywidget/tree/main/packages/svelte but my example fails with `count` having `NAN` value.
The svelte code is exactly the same as in …
-
Let me take this opportunity to express my heartfelt thanks for this package. This is such a pain-reliever.. Never thought it could get so smooth to build a totally custom widget.
Right now, to sty…
-
### Describe the feature
After some testing, Label doesn't seem to be suitable for AI chat scenarios, while Markdown does, almost all AI models return MD format, CoreDOM doesn't seem to have a way to…