-
Now we need to inherit from AnyWidet and add the _esm. I've noticed many times in the notebook I want to pass a Path or str to the AnyWidget ctor. Does this make sense to add?
-
How would I export a plot to html/png/svg?
Ideally I would like to be able to do something similar to Plotly i.e. `fig.write_html("path/to/file.html")` / `fig.write_image("images/fig1.png")` / `fig…
-
**User story**
The changelog is causing a lot of unnecessary merge conflicts. This has always been the case but with more developers it can be annoying.
**Preferred solution**
- [changesets](…
-
When going to the https://code.esm.sh/ playground, static mafs components load just fine:
Copy pasting this css content https://unpkg.com/mafs@0.16.0/core.css
and this react code (based on https:…
-
### Description
Hi @jcrist, following up here from https://github.com/davidbrochart/ypywidgets/issues/6#issuecomment-1435227915 ... slightly related to #70, on the general topic of customizing eith…
-
[This solution](https://github.com/manzt/anywidget/issues/28#issuecomment-1399711348) is no longer possible since 0.5.0 because the raw `AnyView` object is no longer exposed to the `render()` callback…
-
I did not realize that the cleanup function runs during `view.remove()`. I added a view.remove() call within the cleanup function returned by render() and then this caused an infinite loop in my widge…
-
Hi,
Running into the error 'UnicodeDecodeError: 'charmap' codec can't decode byte 0x90 in position 780112: character maps to ' when using the jupyter widget renderer. It doesn't happen when using …
-
## Description
Create a Streamlit App for Toolkit and Dashboard integration that allows users to visualize data inside the toolkit itself
## Motivation & Context
Better user experience
…
-
I was trying out if Panel could work with [mapwidget.cesium](https://mapwidget.gishub.org/examples/cesium/). But unfortunately it raised the exception
```bash
Class null not found in module @jupyt…