Skip to content

Lambda notebook in Google Colab

Kyle Rawlins edited this page Jun 20, 2022 · 4 revisions

Installation in Google Colab

It's very straightforward to load the lambda notebook in a google colab notebook, though (as far as I know) you can't change the kernel. To get this going do:

!pip install lambda-notebook

And then:

import lamb.lnsetup
lamb.lnsetup.ipython_setup()

This loads the same infrastructure as changing the kernel would, and all the lambda notebook magics and infrastructure should be loaded and in the current namespace.

Clone this wiki locally