# Pluto notebooks: HTML version with responsive sliders

**URL:** https://discourse.julialang.org/t/pluto-notebooks-html-version-with-responsive-sliders/94982
**Category:** General Usage
**Created:** [February 21, 2023, 10:26pm UTC](https://discourse.julialang.org/t/pluto-notebooks-html-version-with-responsive-sliders/94982 "2023-02-21T22:26:53Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![VivMendes](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/vivmendes/32/16477_2.png) [@VivMendes](https://discourse.julialang.org/u/VivMendes)
#### Post date: [February 21, 2023, 10:26pm UTC](https://discourse.julialang.org/t/pluto-notebooks-html-version-with-responsive-sliders/94982/1 "2023-02-21T22:26:53Z")

</div>

Hi,  
I have seen some cases where the static versions of Pluto notebooks are responsive to slider changes, even though they are static HTML files. An example is the course given by @jbrea[here](https://bio322.epfl.ch/).

I wonder how that functionality can be implemented. As far as I know, the package PlutoSliderServer.jl was designed to implement it. However, I am making some stupid mistakes because I keep getting errors despite following instructions. I created an environment for this purpose, and I installed the PlutoSliderServer. I did this on a Windows 10 machine and a Linux Ubuntu one. In the case of Windows, I get the error:

```julia
ERROR: AssertionError: PlutoSliderServer does not work on Windows yet!

```

However, on Linux, the plutosliderserver seems to run and create the server, but then it spits out the following error:

```julia
error: Uncaught PermissionDenied: Permission denied (os error 13) about ["/tmp/systemd-private-ef8b2c2d7f1f40388db3325afb12e1dc-systemd-timesyncd.service-sNRh7g"]
    const watcher = Deno.watchFs("/tmp");
                         ^
    at new FsWatcher (deno:runtime/js/40_fs_events.js:19:23)
    at Object.watchFs (deno:runtime/js/40_fs_events.js:64:12)
    at file:///home/violeta/$deno$eval.js:1:26

```

Help will be very much appreciated. Thanks.
