Skip to content

Instantly share code, notes, and snippets.

@wolframalpha
Created September 24, 2018 06:20
Show Gist options
  • Select an option

  • Save wolframalpha/93d98fa1ea5c25fdfa66a24b65c9cb04 to your computer and use it in GitHub Desktop.

Select an option

Save wolframalpha/93d98fa1ea5c25fdfa66a24b65c9cb04 to your computer and use it in GitHub Desktop.
2024 jupyter interface
# tunnel
gcloud compute ssh --zone=us-east1-b --ssh-flag="-D" --ssh-flag="10001" --ssh-flag="-N" --ssh-flag="-n" "meow-2024-m"
# run the cmd in another terminal session
google-chrome "http://meow-2024-m:8123" \
--proxy-server="socks5://localhost:10001" \
--host-resolver-rules="MAP * 0.0.0.0 , EXCLUDE localhost" \
--user-data-dir=/tmp/ &
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment