# Hosting pluto notebooks online - 2024

**URL:** https://discourse.julialang.org/t/hosting-pluto-notebooks-online-2024/114920
**Category:** New to Julia
**Tags:** pluto
**Created:** [May 29, 2024, 3:36pm UTC](https://discourse.julialang.org/t/hosting-pluto-notebooks-online-2024/114920 "2024-05-29T15:36:45Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![user23804985096787](https://avatars.discourse-cdn.com/v4/letter/u/9fc29f/32.png) [@user23804985096787](https://discourse.julialang.org/u/user23804985096787)
#### Post date: [May 29, 2024, 3:36pm UTC](https://discourse.julialang.org/t/hosting-pluto-notebooks-online-2024/114920/1 "2024-05-29T15:36:45Z")

</div>

this has been asked several times before, but the information seems out-of-date. I would like to run some small pluto notebooks that can be run interactively online without the person viewing it needing to install Julia.

it seems like this used to be possible with [https://pluto-on-binder.glitch.me/](https://pluto-on-binder.glitch.me/) but this site no longer exists (May 2024). There is also PlutoSliderServer, but this seems to require running one’s own server separately. I had hoped that there might be some solution along the lines of Github pages for websites, perhaps.

Is there any current way to share interactive pluto notebooks just using Github (or similar service, I also have access to a regular Gitlab account and a self-hosted Gitlab server)?

---

<div class="post-metadata">

### Author: ![mkitti](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/mkitti/32/12459_2.png) [@mkitti](https://discourse.julialang.org/u/mkitti)
#### Post date: [May 29, 2024, 3:39pm UTC](https://discourse.julialang.org/t/hosting-pluto-notebooks-online-2024/114920/2 "2024-05-29T15:39:41Z")

</div>

By interactive, can these be pre-cached data? Depending on what you are looking for, you might look into the following:

- [https://cloud.jolin.io/](https://cloud.jolin.io/)
- [https://glassnotebook.io/](https://glassnotebook.io/)

---

<div class="post-metadata">

### Author: ![giordano](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/giordano/32/2166_2.png) [@giordano](https://discourse.julialang.org/u/giordano)
#### Post date: [May 29, 2024, 4:22pm UTC](https://discourse.julialang.org/t/hosting-pluto-notebooks-online-2024/114920/3 "2024-05-29T16:22:20Z")

</div>

> [@user23804985096787](#):
>
> it seems like this used to be possible with [https://pluto-on-binder.glitch.me/](https://pluto-on-binder.glitch.me/) but this site no longer exists (May 2024).

It seems to work for me.

> [@user23804985096787](#):
>
> Is there any current way to share interactive pluto notebooks just using Github

You can use [Codespaces](https://github.com/features/codespaces): in the terminal, start the notebook and then in the “ports” tab forward the port used by the Pluto server (1234 by default).

---

<div class="post-metadata">

### Author: ![gdalle](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/gdalle/32/27854_2.png) [@gdalle](https://discourse.julialang.org/u/gdalle)
#### Post date: [May 29, 2024, 7:15pm UTC](https://discourse.julialang.org/t/hosting-pluto-notebooks-online-2024/114920/4 "2024-05-29T19:15:39Z")

</div>

The following GitHub action allows you to export a Pluto notebook as a static HTML page, but it has a working link to Binder (although said Binder takes a while to launch):

> **[GitHub - JuliaPluto/static-export-template: A template to automatically...](https://github.com/JuliaPluto/static-export-template)**
>
> A template to automatically convert Pluto notebooks to an HTML website with GitHub Pages. Demo page: - JuliaPluto/static-export-template
