Use Julia on Google Colab
date
slug
status
summary
type
tags
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.

© Enoch2090 2018-2024