Trevor Manz

Results 354 comments of Trevor Manz
trafficstars

It should be noted this is just a way to get the static assets into the front end, but derived objects (e.g., initialized parquet module) would need to be cached...

Good question! I think the changes to the `src` are good, but do you you still want to add the notebook?

Actually, wasn't this implemented in #43?

It would be awesome to have a [caniuse](https://caniuse.com/) for anywidget and these notebooks.

Thanks for opening the issue! I believe that Deno's jupyter integration only supports broadcasting messages to the frontend (via `Deno.jupyter.broadcast`) at the moment, but unfortunately not _receiving_ messages. If this...

Here is the relevant PR to add bidirectional comms: - https://github.com/denoland/deno/pull/24250

Thanks for your idea! Integrating HTML templates with anywidget for a nicer templating experience is interesting. However, it is not something that is currently on the roadmap for the "core"...

Hi there, thanks for opening the issue! Indeed, this is an implementation detail wrt to how `ipywidgets.Output` works. In this case, I'd recommend using an `ipywidgets.VBox` to avoid re-returns (for...

Wow, this is fantastic! I looked into setting up a JupyterLite notebook a while back but ran into some hiccups getting the frontend JS for anywidget to be discovered by...