# \#jsserve

**URL:** https://discourse.julialang.org/tag/jsserve/1057.md

[Latest](https://discourse.julialang.org/latest.md) · [Categories](https://discourse.julialang.org/categories.md) · [Tags](https://discourse.julialang.org/tags.md)

---

## [Is it possible to generate widgets based on an other widget ? JSServe](https://discourse.julialang.org/t/is-it-possible-to-generate-widgets-based-on-an-other-widget-jsserve/99591)

<div class="topic-metadata">

**Author:** [@Ludovic\_Dumoulin](https://discourse.julialang.org/u/Ludovic_Dumoulin)\
**Replies:** 0\
**Last updated:** [May 30, 2023, 8:37am UTC](https://discourse.julialang.org/t/is-it-possible-to-generate-widgets-based-on-an-other-widget-jsserve/99591 "2023-05-30T08:37:51Z")

</div>

Hello, I am still new to Julia and use it mainly for physics simulations. I am generating a dahboard from a csv file. The idea is to explore the csv file using widgets (to get the value of the last collumn at a specifi…

---

## [@manipulate with JSServe instead of WebIO?](https://discourse.julialang.org/t/manipulate-with-jsserve-instead-of-webio/96842)

<div class="topic-metadata">

**Author:** [@sijo](https://discourse.julialang.org/u/sijo)\
**Replies:** 5\
**Last updated:** [May 26, 2023, 8:26am UTC](https://discourse.julialang.org/t/manipulate-with-jsserve-instead-of-webio/96842 "2023-05-26T08:26:15Z")

</div>

If I understand correctly, JSServe.jl provides functionality similar to WebIO.jl without the need of a Jupyter extension. Is there any reason one couldn’t implement the @manipulate macro of Interact.jl using JSServe inst…

---

## [A headless non-interactive JSServe and WGLMakie server?](https://discourse.julialang.org/t/a-headless-non-interactive-jsserve-and-wglmakie-server/90549)

<div class="topic-metadata">

**Author:** [@Krastanov](https://discourse.julialang.org/u/Krastanov)\
**Replies:** 2\
**Last updated:** [November 21, 2022, 2:18pm UTC](https://discourse.julialang.org/t/a-headless-non-interactive-jsserve-and-wglmakie-server/90549 "2022-11-21T14:18:51Z")

</div>

I have a JSServe+WGLMakie visualization that works wonderfully when launched from the REPL. It is basically little more than: app = App do() dom = md"test" # and some plots that I deleted return JSServe.DOM.div(…

---

## [Makie, JSServe and Observables: Can I wrap whole figures in Observables?](https://discourse.julialang.org/t/makie-jsserve-and-observables-can-i-wrap-whole-figures-in-observables/82670)

<div class="topic-metadata">

**Author:** [@marcpabst](https://discourse.julialang.org/u/marcpabst)\
**Replies:** 1\
**Last updated:** [August 8, 2022, 12:38am UTC](https://discourse.julialang.org/t/makie-jsserve-and-observables-can-i-wrap-whole-figures-in-observables/82670 "2022-08-08T00:38:18Z")

</div>

Hi there! Mostly a question for @sdanisch I guess, but maybe others know as well… I’m creating interactive plots that work offline using WGLMakie and JSServe. For this, I have a custom function that takes a function wit…
