Skip to content

Fire up Pluto.jl notebook via ssh tunnel #1300

Discussion options

You must be logged in to vote

Hi, I've done this, and it works like any normal tunnel.
In the Julia REPL on the server, launch Pluto as

using Pluto
Pluto.run(launch_browser=false)

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

Replies: 3 comments 6 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by fonsp
Comment options

You must be logged in to vote
1 reply
@gianmariomanca
Comment options

Comment options

You must be logged in to vote
5 replies
@fonsp
Comment options

@gianmariomanca
Comment options

@fonsp
Comment options

@gianmariomanca
Comment options

@Pramodh-G
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
4 participants