Fire up Pluto.jl notebook via ssh
tunnel
#1300
-
I'm wondering whether anybody has experience setting up a Pluto.jl notebook via an |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 6 replies
-
Hi, I've done this, and it works like any normal tunnel.
Then from the client side terminal, you could do |
Beta Was this translation helpful? Give feedback.
-
Is there an option to select a different port when launching Pluto.run? (instead of 1234) |
Beta Was this translation helpful? Give feedback.
-
@fonsp |
Beta Was this translation helpful? Give feedback.
Hi, I've done this, and it works like any normal tunnel.
In the Julia REPL on the server, launch Pluto as
Then from the client side terminal, you could do
ssh -NfL 1234:127.0.0.1:1234 <username>@hostname
Then open localhost:1234 on your browser