Using pluto.jl remotely

1k Views Asked by At

I have recently started using Pluto.jl, and it is quite nice (and visually appealing). The question is: how do I set up a "pluto server", like the similar thing with jupyter. It must be easy, but I see no docs.

1

There are 1 best solutions below

2
On BEST ANSWER

If your ip address is 0.0.0.0 on port 1234 run:

Pluto.run("0.0.0.0", 1234)

Source: https://github.com/fonsp/Pluto.jl/issues/398#issuecomment-689659028