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.
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