-
### Documentation Link
_No response_
### Issue
So far, all the examples using the decorator of @anywidget.experimental.command use synchronous methods only.
I tried slightly changed official dem…
-
### Applies To
- [x] Notebooks (.ipynb files)
- [x] Interactive Window and\/or Cell Scripts (.py files with \#%% markers)
### What happened?
I have a Notebook that crashes when executed within VS C…
-
-
# Target
- The code repository: https://github.com/jtpio/anywidget-lite
- The npm package on npmjs.com (if available): N/A
- The python package on pypi.org (if available): N/A
- The conda-fo…
jtpio updated
4 months ago
-
### Describe the bug
I am using pipx to install the packages, such as:
`pipx inject marimo itables`
It is working well, except for PyYAML; pipx is saying already present. I even tried to force it…
-
Since anywidget includes source code once per instance, a large examples page---like the one on [the reactable R site](https://glin.github.io/reactable/articles/examples.html)---could be > 10 megabyte…
-
First, congratulations on the release of quak. What a slick design! I love the mapping from UI interactions to SQL, not to mention the visual design.
I tried using quak in marimo, via our anywidget…
-
For a long running query it would be uaeful to have a blocking `wait_for()` function so we can wait for the response return on the python side.
-
### Bug description
Accessing local files of a user notebook using the url `.../files/...` from javascript results in repeated oauth redirects and fails after a few attempts.
### How to reproduc…
-
Hi @AbaoFromCUG, thanks for this plugin, I'm enjoying it so far!
This code in Neovim results in blank lines at the beginning/end of cells in Jupyterlab:
```py
import time
import ipywidgets …