run Pluto with Google Colab (free CPU/GPU) #978
phineas-pta
started this conversation in
Cool Pluto projects
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello
Just want you to know that it's totally possible to run Pluto with Google Colab, it's not straightforward but it works like magic.
First you use ageron's notebook to install julia.
Then you need WassimBenzarti's colab-ssh
and finally, run Pluto remotely: open your terminal, run something like
ssh <COLAB-SSH LINK HERE> -L 1234:localhost:1234
and voilà, Pluto notebook backed by powerful google hardware
I'm able to use
Flux.jl
with GPU and it's pretty neatPS: i still can't figure it out how to show
Flux.jl
output in Pluto, but it shows in the console anywayBeta Was this translation helpful? Give feedback.
All reactions