-
I moved deployment of my anywidget-based library from local to CI and forgot to build and include the relevant JS files. I got a confusing error mentioning regexes:
Obviously the issue here is …
-
Thanks for the awesome project. I am just trying it out on my mac
```
➜ uname -a
Darwin terrier.fritz.box 23.0.0 Darwin Kernel Version 23.0.0: Fri Sep 15 14:41:34 PDT 2023; root:xnu-10002.1.13~1/RE…
-
When I use the widget in colab, I get this warning
```
/usr/local/lib/python3.10/dist-packages/anywidget/_util.py:201: UserWarning: anywidget: Live-reloading feature is disabled. To enable, please…
-
release date: end august (may be delayed early september waiting pytorch and numba)
wanted:
- [x] technical debt removal:
- no more NullSoft usage to create the launchers (only mkshim400.py …
-
Hi,
Can i use anywidget to interact with jupyter lab components?
Ive been trying the following as my starting point, but my hunch is this isn't possible or the wrong way to go about it.
(3.6.1 is…
-
Love the project. Thanks for building it!
I have a number of components that will share code, but I still want to ideally ship one .js file containing my components (and their shared code). Being t…
-
I want to receive a message from python in js.
I followed the example on https://anywidget.dev/en/jupyter-widgets-the-good-parts/ regarding custom messages.
```javascript
this.on("msg:custom", m…
-
Should we archive this repo now with a note to use `npm create anywidget@latest`
-
## Description
Reference https://github.com/manzt/anywidget/issues/100 and https://github.com/bokeh/ipywidgets_bokeh/issues/89 for a deeper discusion. Briefly; using `panel` to serve a notebo…
-
I've just made an experiment to see if I can run a minimal react app with Anywidget+Vite
```jsx
export default function App() {
return Hello Anywidget + Vite!;
}
```
but I get this error: `…