Open the example golang notebook and make a copy of it. Then, run the first cell to install golang, gophernotes. Then refresh and skip the first cell to test golang in later cells.
https://colab.research.google.com/drive/1-6XkA5OhEA6lMW9DvH4_AcXndC7WppJx
See a few examples here, especially Display.ipynb
@frohro You can get octave-kernel to work if you download the .ipynb and change the first bit of the file in a text editor to
and upload this to google colab. Run the first cell. This downloads the octave kernel and installs it. After the first cell is run, then refresh... You should be able to run octave in the cells.
I came across this while trying to get the kotlin kernel to work...