Use Julia on Google Colab

date
Sep 3, 2021
slug
use-julia-on-google-colab
status
Published
summary
TL;DR — A template to use Julia on Colab.
type
Post
tags
DataScience
Julia
Google Colab by default supports Python 3, which can not be directly altered. But it do support running shell command in the cells, and in terminal if you have Pro subscription. This allows us to change the default kernel.
This discussion explains how to use Julia on Colab:
TL;DR — I’ve made a template notebook. Open this link:
Copy the notebook to your Google Drive. Anytime you need a Julia kernel, just copy the template to a new notebook, open it, and run the first cell. It will take 3~5 minutes to install the dependencies. Then refresh the page and the Julia kernel is good to go.
If you have any questions, please contact me.